HomeSort by relevance Sort by last modified time
    Searched refs:FindHeapObjectById (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
heap-snapshot-generator.h 306 Handle<HeapObject> FindHeapObjectById(SnapshotObjectId id);
heap-snapshot-generator.cc 101 return snapshot_->collection()->FindHeapObjectById(id());
621 Handle<HeapObject> HeapSnapshotsCollection::FindHeapObjectById(
625 "HeapSnapshotsCollection::FindHeapObjectById");
    [all...]
  /external/v8/src/
profile-generator.h 767 Handle<HeapObject> FindHeapObjectById(SnapshotObjectId id);
    [all...]
profile-generator.cc 1012 return snapshot_->collection()->FindHeapObjectById(id());
    [all...]

Completed in 60 milliseconds