Home
last modified time | relevance | path

Searched refs:GetMaxSnapshotJSObjectId (Results 1 – 3 of 3) sorted by relevance

/external/v8/include/
Dv8-profiler.h362 SnapshotObjectId GetMaxSnapshotJSObjectId() const;
/external/v8/test/cctest/
Dtest-heap-profiler.cc696 v8::SnapshotObjectId maxId1 = snapshot1->GetMaxSnapshotJSObjectId(); in TEST()
789 CHECK_GT(snapshot1->GetMaxSnapshotJSObjectId(), 7000u); in TEST()
790 CHECK(snapshot1->GetMaxSnapshotJSObjectId() <= in TEST()
791 snapshot2->GetMaxSnapshotJSObjectId()); in TEST()
/external/v8/src/
Dapi.cc8202 SnapshotObjectId HeapSnapshot::GetMaxSnapshotJSObjectId() const { in GetMaxSnapshotJSObjectId() function in v8::HeapSnapshot