Home
last modified time | relevance | path

Searched refs:top_node (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator() argument
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin() argument
151 return PostOrderTreeDFIterator(top_node); in begin()
182 explicit inline PostOrderTreeDFIterator(NodePtr top_node) in PostOrderTreeDFIterator() argument
183 : current_(top_node) { in PostOrderTreeDFIterator()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator() argument
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin() argument
151 return PostOrderTreeDFIterator(top_node); in begin()
182 explicit inline PostOrderTreeDFIterator(NodePtr top_node) in PostOrderTreeDFIterator() argument
183 : current_(top_node) { in PostOrderTreeDFIterator()
/third_party/spirv-tools/source/opt/
H A Dtree_iterator.h56 explicit inline TreeDFIterator(NodePtr top_node) : current_(top_node) { in TreeDFIterator() argument
150 static inline PostOrderTreeDFIterator begin(NodePtr top_node) { in begin() argument
151 return PostOrderTreeDFIterator(top_node); in begin()
182 explicit inline PostOrderTreeDFIterator(NodePtr top_node) in PostOrderTreeDFIterator() argument
183 : current_(top_node) { in PostOrderTreeDFIterator()
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc226 AllocationTraceNode* top_node = trace_tree_.AddPathFromEnd( in AllocationEvent() local
228 top_node->AddAllocation(size); in AllocationEvent()
230 address_to_trace_.AddRange(addr, size, top_node->id()); in AllocationEvent()

Completed in 2 milliseconds