Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h170 return max_snapshot_js_object_id_; in max_snapshot_js_object_id()
198 SnapshotObjectId max_snapshot_js_object_id_; variable
Dheap-snapshot-generator.cc190 max_snapshot_js_object_id_(0) { in HeapSnapshot()
214 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id(); in RememberLastJSObjectId()