Searched refs:to_node_index (Results 1 – 3 of 3) sorted by relevance
72 int HeapSnapshotJSONSerializer::to_node_index(const HeapEntry* e) { in to_node_index() function73 return to_node_index(e->index()); in to_node_index()76 int HeapSnapshotJSONSerializer::to_node_index(int entry_index) { in to_node_index() function
612 V8_INLINE int to_node_index(const HeapEntry* e);613 V8_INLINE int to_node_index(int entry_index);
2762 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()