Home
last modified time | relevance | path

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

/external/v8/src/
Dprototype-inl.h44 object_(receiver_map->GetPrototypeChainRootMap(isolate_)->prototype()), in PrototypeIterator()
59 handle_(receiver_map->GetPrototypeChainRootMap(isolate_)->prototype(), in PrototypeIterator()
Dstring-stream.cc431 receiver = receiver->GetPrototypeChainRootMap(isolate)->prototype(); in PrintPrototype()
Dlookup.cc228 handle(receiver->GetPrototypeChainRootMap(isolate)->prototype(), isolate); in GetRootForNonJSReceiver()
Dobjects.h1472 Map* GetPrototypeChainRootMap(Isolate* isolate) const;
Dobjects.cc2292 Map* Object::GetPrototypeChainRootMap(Isolate* isolate) const { in GetPrototypeChainRootMap() function in v8::internal::Object
2300 return heap_object->map()->GetPrototypeChainRootMap(isolate); in GetPrototypeChainRootMap()
2303 Map* Map::GetPrototypeChainRootMap(Isolate* isolate) const { in GetPrototypeChainRootMap() function in v8::internal::Map
12918 handle(map->GetPrototypeChainRootMap(isolate)->prototype(), isolate); in GetOrCreatePrototypeChainValidityCell()
/external/v8/src/objects/
Dmap.h448 Map* GetPrototypeChainRootMap(Isolate* isolate) const;