Home
last modified time | relevance | path

Searched refs:GetObjectCreateMap (Results 1 – 21 of 21) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dmap.h766 static Handle<Map> GetObjectCreateMap(Isolate* isolate,
H A Dmap.cc814 Handle<Map> Map::GetObjectCreateMap(Isolate* isolate, in GetObjectCreateMap() function in v8::internal::Map
H A Djs-objects.cc2194 Map::GetObjectCreateMap(isolate, Handle<HeapObject>::cast(prototype)); in ObjectCreate()
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dmap.h726 static Handle<Map> GetObjectCreateMap(Handle<HeapObject> prototype);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dmap.h786 static Handle<Map> GetObjectCreateMap(Isolate* isolate,
H A Dmap.cc1140 Handle<Map> Map::GetObjectCreateMap(Isolate* isolate, in GetObjectCreateMap() function in v8::internal::Map
H A Djs-objects.cc2071 Map::GetObjectCreateMap(isolate, Handle<HeapObject>::cast(prototype)); in ObjectCreate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dmap.h791 static Handle<Map> GetObjectCreateMap(Isolate* isolate,
H A Dmap.cc1151 Handle<Map> Map::GetObjectCreateMap(Isolate* isolate, in GetObjectCreateMap() function in v8::internal::Map
H A Djs-objects.cc2124 Map::GetObjectCreateMap(isolate, Handle<HeapObject>::cast(prototype)); in ObjectCreate()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Djs-create-lowering.cc1322 base::Optional<MapRef> GetObjectCreateMap(JSHeapBroker* broker, in GetObjectCreateMap() function
1335 return prototype.AsJSObject().GetObjectCreateMap(); in GetObjectCreateMap()
1351 auto maybe_instance_map = GetObjectCreateMap(broker(), prototype_const); in ReduceJSCreateObject()
H A Dheap-refs.h427 base::Optional<MapRef> GetObjectCreateMap() const;
H A Dheap-refs.cc2790 base::Optional<MapRef> JSObjectRef::GetObjectCreateMap() const { in GetObjectCreateMap() function in v8::internal::compiler::JSObjectRef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Djs-create-lowering.cc1312 base::Optional<MapRef> GetObjectCreateMap(JSHeapBroker* broker, in GetObjectCreateMap() function
1324 return prototype.AsJSObject().GetObjectCreateMap(); in GetObjectCreateMap()
1339 auto maybe_instance_map = GetObjectCreateMap(broker(), prototype_const); in ReduceJSCreateObject()
H A Dheap-refs.h285 base::Optional<MapRef> GetObjectCreateMap() const;
H A Djs-heap-broker.cc2697 base::Optional<MapRef> JSObjectRef::GetObjectCreateMap() const { in GetObjectCreateMap() function in v8::internal::compiler::JSObjectRef
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Djs-create-lowering.cc1327 base::Optional<MapRef> GetObjectCreateMap(JSHeapBroker* broker, in GetObjectCreateMap() function
1339 return prototype.AsJSObject().GetObjectCreateMap(); in GetObjectCreateMap()
1354 auto maybe_instance_map = GetObjectCreateMap(broker(), prototype_const); in ReduceJSCreateObject()
H A Dheap-refs.h304 base::Optional<MapRef> GetObjectCreateMap() const;
H A Djs-heap-broker.cc2826 base::Optional<MapRef> JSObjectRef::GetObjectCreateMap() const { in GetObjectCreateMap() function in v8::internal::compiler::JSObjectRef
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-object.cc367 Map::GetObjectCreateMap(Handle<HeapObject>::cast(prototype)); in RUNTIME_FUNCTION()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects.cc5237 Handle<Map> Map::GetObjectCreateMap(Handle<HeapObject> prototype) { in GetObjectCreateMap() function in v8::internal::Map