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.h168 return max_snapshot_js_object_id_; in max_snapshot_js_object_id()
196 SnapshotObjectId max_snapshot_js_object_id_; variable
Dheap-snapshot-generator.cc186 max_snapshot_js_object_id_(0) { in HeapSnapshot()
210 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id(); in RememberLastJSObjectId()