Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h72 int HeapSnapshotJSONSerializer::to_node_index(const HeapEntry* e) { in to_node_index() function
73 return to_node_index(e->index()); in to_node_index()
76 int HeapSnapshotJSONSerializer::to_node_index(int entry_index) { in to_node_index() function
Dheap-snapshot-generator.h612 V8_INLINE int to_node_index(const HeapEntry* e);
613 V8_INLINE int to_node_index(int entry_index);
Dheap-snapshot-generator.cc2762 buffer_pos = utoa(to_node_index(edge->to()), buffer, buffer_pos); in SerializeEdge()
2787 if (to_node_index(entry) != 0) { in SerializeNode()
3105 buffer_pos = utoa(to_node_index(location.entry_index), buffer, buffer_pos); in SerializeLocation()