Home
last modified time | relevance | path

Searched refs:GetObjectId (Results 1 – 4 of 4) sorted by relevance

/external/v8/include/
Dv8-profiler.h446 SnapshotObjectId GetObjectId(Local<Value> value);
/external/v8/test/cctest/
Dtest-heap-profiler.cc1262 v8::SnapshotObjectId id = heap_profiler->GetObjectId(objects[i]); in TEST()
1271 v8::SnapshotObjectId id = heap_profiler->GetObjectId(objects[i]); in TEST()
1279 v8::SnapshotObjectId id = heap_profiler->GetObjectId(objects[i]); in TEST()
1334 v8::SnapshotObjectId id = heap_profiler->GetObjectId(globalObjectHandle); in TEST()
/external/v8/src/compiler/
Dinstruction-selector.cc331 size_t GetObjectId(Node* node) { in GetObjectId() function in v8::internal::compiler::__anon3ecb5db30111::StateObjectDeduplicator
360 size_t id = deduplicator->GetObjectId(input); in AddOperandToStateValueDescriptor()
/external/v8/src/
Dapi.cc8236 SnapshotObjectId HeapProfiler::GetObjectId(Local<Value> value) { in GetObjectId() function in v8::HeapProfiler