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

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

Completed in 276 milliseconds