Home
last modified time | relevance | path

Searched refs:last_assigned_id (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.h211 SnapshotObjectId last_assigned_id() const { return id - kObjectIdStep; } in last_assigned_id() function
228 SnapshotObjectId last_assigned_id() const { in last_assigned_id() function
Dheap-snapshot-generator.cc214 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id(); in RememberLastJSObjectId()
632 if (result == OutputStream::kAbort) return last_assigned_id(); in PushHeapObjectsStats()
641 if (result == OutputStream::kAbort) return last_assigned_id(); in PushHeapObjectsStats()
648 return last_assigned_id(); in PushHeapObjectsStats()
3060 buffer_pos = utoa(sample.last_assigned_id(), buffer, buffer_pos); in SerializeSamples()