Home
last modified time | relevance | path

Searched refs:children_arr (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h42 HeapGraphEdge** HeapEntry::children_arr() { in children_arr() function
Dheap-snapshot-generator.h118 children_arr()[children_count_++] = edge; in add_child()
121 return Vector<HeapGraphEdge*>(children_arr(), children_count_); } in children()
133 INLINE(HeapGraphEdge** children_arr());