Searched refs:GetObjectCreateMap (Results 1 – 6 of 6) sorted by relevance
768 static Handle<Map> GetObjectCreateMap(Isolate* isolate,
846 Handle<Map> Map::GetObjectCreateMap(Isolate* isolate, in GetObjectCreateMap() function in v8::internal::Map
2331 Map::GetObjectCreateMap(isolate, Handle<HeapObject>::cast(prototype)); in ObjectCreate()
1326 base::Optional<MapRef> GetObjectCreateMap(JSHeapBroker* broker, in GetObjectCreateMap() function1339 return prototype.AsJSObject().GetObjectCreateMap(); in GetObjectCreateMap()1355 auto maybe_instance_map = GetObjectCreateMap(broker(), prototype_const); in ReduceJSCreateObject()
423 base::Optional<MapRef> GetObjectCreateMap() const;
2200 base::Optional<MapRef> JSObjectRef::GetObjectCreateMap() const { in GetObjectCreateMap() function in v8::internal::compiler::JSObjectRef