Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-profiler.h935 SnapshotObjectId GetObjectId(Local<Value> value);
941 SnapshotObjectId GetObjectId(NativeObject value);
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h217 uint32_t GetObjectId(JSObject object);
Dweb-snapshot.cc508 uint32_t prototype_id = GetObjectId(JSObject::cast(map->prototype())); in SerializeMap()
611 uint32_t prototype_id = GetObjectId(prototype); in SerializeFunctionInfo()
1103 serializer.WriteUint32(GetObjectId(JSObject::cast(*heap_object))); in WriteValue()
1212 uint32_t WebSnapshotSerializer::GetObjectId(JSObject object) { in GetObjectId() function in v8::internal::WebSnapshotSerializer
/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc337 v8::SnapshotObjectId id = m_isolate->GetHeapProfiler()->GetObjectId(value); in getHeapObjectId()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc557 size_t GetObjectId(Node* node) { in GetObjectId() function in v8::internal::compiler::StateObjectDeduplicator
608 deduplicator->GetObjectId(input)); in AddOperandToStateValueDescriptor()
620 size_t id = deduplicator->GetObjectId(input); in AddOperandToStateValueDescriptor()
/third_party/node/deps/v8/src/api/
Dapi.cc10198 SnapshotObjectId HeapProfiler::GetObjectId(Local<Value> value) { in GetObjectId() function in v8::HeapProfiler
10203 SnapshotObjectId HeapProfiler::GetObjectId(NativeObject value) { in GetObjectId() function in v8::HeapProfiler