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.h37 int HeapEntry::set_children_index(int index) { in set_children_index() function
Dheap-snapshot-generator.h137 V8_INLINE int set_children_index(int index);
Dheap-snapshot-generator.cc272 children_index = entry.set_children_index(children_index); in FillChildren()