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.h232 SnapshotObjectId last_assigned_id() const { return id - kObjectIdStep; } in last_assigned_id() function
249 SnapshotObjectId last_assigned_id() const { in last_assigned_id() function
Dheap-snapshot-generator.cc203 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id(); in RememberLastJSObjectId()
478 if (result == OutputStream::kAbort) return last_assigned_id(); in PushHeapObjectsStats()
487 if (result == OutputStream::kAbort) return last_assigned_id(); in PushHeapObjectsStats()
495 return last_assigned_id(); in PushHeapObjectsStats()
3024 buffer_pos = utoa(sample.last_assigned_id(), buffer, buffer_pos); in SerializeSamples()