Home
last modified time | relevance | path

Searched refs:BufferNode (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/framework/
H A Dbuffernode.cxx287 const BufferNode* BufferNode::getFirstChild() const in getFirstChild()
351 void BufferNode::addChild(std::unique_ptr<BufferNode> pChild) in addChild()
376 void BufferNode::removeChild(const BufferNode* pChild) in removeChild()
402 sal_Int32 BufferNode::indexOfChild(const BufferNode* pChild) const in indexOfChild()
432 void BufferNode::setParent(const BufferNode* pParent) in setParent()
437 const BufferNode* BufferNode::getNextSibling() const in getNextSibling()
466 const BufferNode* BufferNode::isAncestor(const BufferNode* pDescendant) const in isAncestor()
503 bool BufferNode::isPrevious(const BufferNode* pFollowing) const in isPrevious()
541 const BufferNode* BufferNode::getNextNodeByTreeOrder() const in getNextNodeByTreeOrder()
593 BufferNode* pNode = const_cast<BufferNode*>(this); in getNextNodeByTreeOrder()
[all …]
H A Dbuffernode.hxx35 class BufferNode final class
53 BufferNode* m_pParent;
80 const BufferNode* getNextChild(const BufferNode* pChild) const;
83 explicit BufferNode(
98 const BufferNode* getFirstChild() const;
100 void addChild(std::unique_ptr<BufferNode> pChild);
101 void removeChild(const BufferNode* pChild);
104 void setParent(const BufferNode* pParent);
105 const BufferNode* getNextSibling() const;
106 const BufferNode* isAncestor(const BufferNode* pDescendant) const;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/framework/
H A Dbuffernode.cxx291 const BufferNode* BufferNode::getFirstChild() const in getFirstChild()
355 void BufferNode::addChild(std::unique_ptr<BufferNode> pChild) in addChild()
380 void BufferNode::removeChild(const BufferNode* pChild) in removeChild()
406 sal_Int32 BufferNode::indexOfChild(const BufferNode* pChild) const in indexOfChild()
436 void BufferNode::setParent(const BufferNode* pParent) in setParent()
441 const BufferNode* BufferNode::getNextSibling() const in getNextSibling()
470 const BufferNode* BufferNode::isAncestor(const BufferNode* pDescendant) const in isAncestor()
507 bool BufferNode::isPrevious(const BufferNode* pFollowing) const in isPrevious()
545 const BufferNode* BufferNode::getNextNodeByTreeOrder() const in getNextNodeByTreeOrder()
597 BufferNode* pNode = const_cast<BufferNode*>(this); in getNextNodeByTreeOrder()
[all …]
H A Dbuffernode.hxx33 class BufferNode final class
51 BufferNode* m_pParent;
78 const BufferNode* getNextChild(const BufferNode* pChild) const;
81 explicit BufferNode(
96 const BufferNode* getFirstChild() const;
98 void addChild(std::unique_ptr<BufferNode> pChild);
99 void removeChild(const BufferNode* pChild);
102 void setParent(const BufferNode* pParent);
103 const BufferNode* getNextSibling() const;
104 const BufferNode* isAncestor(const BufferNode* pDescendant) const;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DptrQueue.cpp52 BufferNode* node = BufferNode::make_node_from_buffer(_buf, index()); in flush_impl()
93 BufferNode* node = BufferNode::make_node_from_buffer(_buf, index()); in enqueue_completed_buffer()
98 BufferNode* BufferNode::allocate(size_t size) { in allocate()
101 return new (data) BufferNode; in allocate()
104 void BufferNode::deallocate(BufferNode* node) { in deallocate()
105 node->~BufferNode(); in deallocate()
126 void BufferNode::Allocator::delete_list(BufferNode* list) { in delete_list()
139 BufferNode* BufferNode::Allocator::allocate() { in allocate()
140 BufferNode* node; in allocate()
170 void BufferNode::Allocator::release(BufferNode* node) { in release()
[all …]
H A DptrQueue.hpp43 class BufferNode;
199 class BufferNode { class
201 BufferNode* volatile _next;
205 ~BufferNode() { } in ~BufferNode()
207 NONCOPYABLE(BufferNode);
220 static BufferNode* volatile* next_ptr(BufferNode& bn) { return &bn._next; } in next_ptr()
230 BufferNode* node = in make_node_from_buffer()
231 reinterpret_cast<BufferNode*>( in make_node_from_buffer()
255 class BufferNode::Allocator {
285 BufferNode* allocate();
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DptrQueue.cpp52 BufferNode* node = BufferNode::make_node_from_buffer(_buf, index()); in flush_impl()
93 BufferNode* node = BufferNode::make_node_from_buffer(_buf, index()); in enqueue_completed_buffer()
98 BufferNode* BufferNode::allocate(size_t size) { in allocate()
101 return new (data) BufferNode; in allocate()
104 void BufferNode::deallocate(BufferNode* node) { in deallocate()
105 node->~BufferNode(); in deallocate()
126 void BufferNode::Allocator::delete_list(BufferNode* list) { in delete_list()
139 BufferNode* BufferNode::Allocator::allocate() { in allocate()
140 BufferNode* node; in allocate()
170 void BufferNode::Allocator::release(BufferNode* node) { in release()
[all …]
H A DptrQueue.hpp43 class BufferNode;
199 class BufferNode { class
201 BufferNode* volatile _next;
205 ~BufferNode() { } in ~BufferNode()
207 NONCOPYABLE(BufferNode);
220 static BufferNode* volatile* next_ptr(BufferNode& bn) { return &bn._next; } in next_ptr()
230 BufferNode* node = in make_node_from_buffer()
231 reinterpret_cast<BufferNode*>( in make_node_from_buffer()
255 class BufferNode::Allocator {
285 BufferNode* allocate();
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DptrQueue.cpp52 BufferNode* node = BufferNode::make_node_from_buffer(_buf, index()); in flush_impl()
93 BufferNode* node = BufferNode::make_node_from_buffer(_buf, index()); in enqueue_completed_buffer()
98 BufferNode* BufferNode::allocate(size_t size) { in allocate()
101 return new (data) BufferNode; in allocate()
104 void BufferNode::deallocate(BufferNode* node) { in deallocate()
105 node->~BufferNode(); in deallocate()
126 void BufferNode::Allocator::delete_list(BufferNode* list) { in delete_list()
139 BufferNode* BufferNode::Allocator::allocate() { in allocate()
140 BufferNode* node; in allocate()
170 void BufferNode::Allocator::release(BufferNode* node) { in release()
[all …]
H A DptrQueue.hpp43 class BufferNode;
199 class BufferNode { class
201 BufferNode* volatile _next;
205 ~BufferNode() { } in ~BufferNode()
207 NONCOPYABLE(BufferNode);
213 static BufferNode* volatile* next_ptr(BufferNode& bn) { return &bn._next; } in next_ptr()
231 BufferNode* node = in make_node_from_buffer()
232 reinterpret_cast<BufferNode*>( in make_node_from_buffer()
256 class BufferNode::Allocator {
286 BufferNode* allocate();
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DptrQueue.cpp48 BufferNode* BufferNode::allocate(size_t size) { in allocate()
51 return new (data) BufferNode; in allocate()
54 void BufferNode::deallocate(BufferNode* node) { in deallocate()
55 node->~BufferNode(); in deallocate()
76 void BufferNode::Allocator::delete_list(BufferNode* list) { in delete_list()
89 BufferNode* BufferNode::Allocator::allocate() { in allocate()
90 BufferNode* node; in allocate()
120 void BufferNode::Allocator::release(BufferNode* node) { in release()
158 BufferNode* last = first; in try_transfer_pending()
213 BufferNode* node = BufferNode::make_node_from_buffer(buffer, index); in flush_queue()
[all …]
H A DptrQueue.hpp40 class BufferNode;
120 class BufferNode { class
122 BufferNode* volatile _next;
126 ~BufferNode() { } in ~BufferNode()
128 NONCOPYABLE(BufferNode);
141 static BufferNode* volatile* next_ptr(BufferNode& bn) { return &bn._next; } in next_ptr()
151 BufferNode* node = in make_node_from_buffer()
152 reinterpret_cast<BufferNode*>( in make_node_from_buffer()
176 class BufferNode::Allocator {
206 BufferNode* allocate();
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DptrQueue.cpp52 BufferNode* node = BufferNode::make_node_from_buffer(_buf, index()); in flush_impl()
77 BufferNode* BufferNode::allocate(size_t size) { in allocate()
83 void BufferNode::deallocate(BufferNode* node) { in deallocate()
84 node->~BufferNode(); in deallocate()
109 BufferNode* BufferNode::Allocator::allocate() { in allocate()
110 BufferNode* node = NULL; in allocate()
125 void BufferNode::Allocator::release(BufferNode* node) { in release()
133 BufferNode* head = NULL; in reduce_free_list()
140 BufferNode* tail = head; in reduce_free_list()
211 BufferNode* node = BufferNode::make_node_from_buffer(_buf, index()); in handle_zero_index()
[all …]
H A DptrQueue.hpp38 class BufferNode;
215 class BufferNode { class
217 BufferNode* _next;
221 ~BufferNode() { } in ~BufferNode()
242 BufferNode* node = in make_node_from_buffer()
243 reinterpret_cast<BufferNode*>( in make_node_from_buffer()
260 BufferNode* _free_list;
269 BufferNode* allocate();
270 void release(BufferNode* node);
280 BufferNode::Allocator* _allocator;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DptrQueue.cpp53 BufferNode* node = BufferNode::make_node_from_buffer(_buf, index()); in flush_impl()
101 BufferNode* node = BufferNode::make_node_from_buffer(_buf, index()); in enqueue_completed_buffer()
106 BufferNode* BufferNode::allocate(size_t size) { in allocate()
109 return new (data) BufferNode; in allocate()
112 void BufferNode::deallocate(BufferNode* node) { in deallocate()
113 node->~BufferNode(); in deallocate()
134 void BufferNode::Allocator::delete_list(BufferNode* list) { in delete_list()
147 BufferNode* BufferNode::Allocator::allocate() { in allocate()
148 BufferNode* node; in allocate()
178 void BufferNode::Allocator::release(BufferNode* node) { in release()
[all …]
H A DptrQueue.hpp43 class BufferNode;
199 class BufferNode { class
201 BufferNode* volatile _next;
205 ~BufferNode() { } in ~BufferNode()
207 NONCOPYABLE(BufferNode);
213 static BufferNode* volatile* next_ptr(BufferNode& bn) { return &bn._next; } in next_ptr()
232 BufferNode* node = in make_node_from_buffer()
233 reinterpret_cast<BufferNode*>( in make_node_from_buffer()
257 class BufferNode::Allocator {
287 BufferNode* allocate();
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1DirtyCardQueue.hpp84 BufferNode* _head;
85 BufferNode* _tail;
87 HeadTail(BufferNode* head, BufferNode* tail) : _head(head), _tail(tail) {} in HeadTail()
94 BufferNode* volatile _head;
96 BufferNode* volatile _tail;
107 BufferNode* top() const;
113 void append(BufferNode& first, BufferNode& last);
120 BufferNode* pop();
151 BufferNode* volatile _head;
152 BufferNode* _tail;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1DirtyCardQueue.hpp84 BufferNode* _head;
85 BufferNode* _tail;
87 HeadTail(BufferNode* head, BufferNode* tail) : _head(head), _tail(tail) {} in HeadTail()
94 BufferNode* volatile _head;
96 BufferNode* volatile _tail;
107 BufferNode* top() const;
113 void append(BufferNode& first, BufferNode& last);
120 BufferNode* pop();
151 BufferNode* volatile _head;
152 BufferNode* _tail;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1DirtyCardQueue.hpp74 BufferNode* _head;
75 BufferNode* _tail;
77 HeadTail(BufferNode* head, BufferNode* tail) : _head(head), _tail(tail) {} in HeadTail()
104 BufferNode* volatile _head;
105 BufferNode* _tail;
122 void add(BufferNode* node);
148 void add(BufferNode* node);
168 LockFreeQueue<BufferNode, &BufferNode::next_ptr> _completed;
211 bool refine_buffer(BufferNode* node,
223 BufferNode* dequeue_completed_buffer();
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/gc/shared/
H A Dtest_ptrQueueBufferAllocator.cpp38 class BufferNode::TestSupport : AllStatic {
60 BufferNode* nodes[10] = {}; in TEST_VM()
65 ASSERT_EQ((BufferNode*)NULL, nodes[i]->next()); in TEST_VM()
108 class BufferNode::TestSupport::CompletedList {
109 BufferNode::Stack _completed_list;
118 void push(BufferNode* node) { in push()
123 BufferNode* pop() { in pop()
132 BufferNode::Allocator* _allocator;
154 BufferNode* node = _allocator->allocate(); in main_run()
167 BufferNode::Allocator* _allocator;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/gc/shared/
H A Dtest_ptrQueueBufferAllocator.cpp38 class BufferNode::TestSupport : AllStatic {
60 BufferNode* nodes[10] = {}; in TEST_VM()
65 ASSERT_EQ((BufferNode*)NULL, nodes[i]->next()); in TEST_VM()
108 class BufferNode::TestSupport::CompletedList {
109 BufferNode::Stack _completed_list;
118 void push(BufferNode* node) { in push()
123 BufferNode* pop() { in pop()
132 BufferNode::Allocator* _allocator;
154 BufferNode* node = _allocator->allocate(); in main_run()
167 BufferNode::Allocator* _allocator;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/gc/shared/
H A Dtest_ptrQueueBufferAllocator.cpp38 class BufferNode::TestSupport : AllStatic {
60 BufferNode* nodes[10] = {}; in TEST_VM()
65 ASSERT_EQ((BufferNode*)NULL, nodes[i]->next()); in TEST_VM()
108 class BufferNode::TestSupport::CompletedList {
109 BufferNode::Stack _completed_list;
118 void push(BufferNode* node) { in push()
123 BufferNode* pop() { in pop()
132 BufferNode::Allocator* _allocator;
154 BufferNode* node = _allocator->allocate(); in main_run()
167 BufferNode::Allocator* _allocator;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/gc/shared/
H A Dtest_ptrQueueBufferAllocator.cpp38 class BufferNode::TestSupport : AllStatic {
60 BufferNode* nodes[10] = {}; in TEST_VM()
65 ASSERT_EQ((BufferNode*)NULL, nodes[i]->next()); in TEST_VM()
108 class BufferNode::TestSupport::CompletedList {
109 BufferNode::Stack _completed_list;
118 void push(BufferNode* node) { in push()
123 BufferNode* pop() { in pop()
132 BufferNode::Allocator* _allocator;
154 BufferNode* node = _allocator->allocate(); in main_run()
167 BufferNode::Allocator* _allocator;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/gc/shared/
H A Dtest_ptrQueueBufferAllocator.cpp38 class BufferNode::TestSupport : AllStatic {
60 BufferNode* nodes[10] = {}; in TEST_VM()
65 ASSERT_EQ((BufferNode*)NULL, nodes[i]->next()); in TEST_VM()
108 class BufferNode::TestSupport::CompletedList {
109 BufferNode::Stack _completed_list;
118 void push(BufferNode* node) { in push()
123 BufferNode* pop() { in pop()
132 BufferNode::Allocator* _allocator;
154 BufferNode* node = _allocator->allocate(); in main_run()
167 BufferNode::Allocator* _allocator;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A DptrQueue.hpp36 class BufferNode;
214 class BufferNode { class
216 BufferNode* _next;
219 BufferNode() : _index(0), _next(NULL) { } in BufferNode() function in BufferNode
220 ~BufferNode() { } in ~BufferNode()
223 return offset_of(BufferNode, _buffer); in buffer_offset()
240 BufferNode* node = in make_node_from_buffer()
241 reinterpret_cast<BufferNode*>( in make_node_from_buffer()
266 BufferNode* _completed_buffers_head;
267 BufferNode* _completed_buffers_tail;
[all …]

12345678