Searched refs:GetObjectId (Results 1 – 6 of 6) sorted by relevance
935 SnapshotObjectId GetObjectId(Local<Value> value);941 SnapshotObjectId GetObjectId(NativeObject value);
217 uint32_t GetObjectId(JSObject object);
508 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
337 v8::SnapshotObjectId id = m_isolate->GetHeapProfiler()->GetObjectId(value); in getHeapObjectId()
557 size_t GetObjectId(Node* node) { in GetObjectId() function in v8::internal::compiler::StateObjectDeduplicator608 deduplicator->GetObjectId(input)); in AddOperandToStateValueDescriptor()620 size_t id = deduplicator->GetObjectId(input); in AddOperandToStateValueDescriptor()
10198 SnapshotObjectId HeapProfiler::GetObjectId(Local<Value> value) { in GetObjectId() function in v8::HeapProfiler10203 SnapshotObjectId HeapProfiler::GetObjectId(NativeObject value) { in GetObjectId() function in v8::HeapProfiler