Home
last modified time | relevance | path

Searched refs:set_children_index (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h34 int HeapEntry::set_children_index(int index) { in set_children_index() function
Dheap-snapshot-generator.h114 INLINE(int set_children_index(int index));
Dheap-snapshot-generator.cc279 children_index = entry->set_children_index(children_index); in FillChildren()