Searched refs:GetObjectId (Results 1 – 4 of 4) sorted by relevance
446 SnapshotObjectId GetObjectId(Local<Value> value);
1262 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()
331 size_t GetObjectId(Node* node) { in GetObjectId() function in v8::internal::compiler::__anon3ecb5db30111::StateObjectDeduplicator360 size_t id = deduplicator->GetObjectId(input); in AddOperandToStateValueDescriptor()
8236 SnapshotObjectId HeapProfiler::GetObjectId(Local<Value> value) { in GetObjectId() function in v8::HeapProfiler