Home
last modified time | relevance | path

Searched refs:raw_map (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc466 Map raw_map = *map; in PostProcessNewObject() local
467 DCHECK_EQ(raw_map, obj->map(isolate_)); in PostProcessNewObject()
468 InstanceType instance_type = raw_map.instance_type(); in PostProcessNewObject()
472 HeapObject::RequiredAlignment(raw_map))); in PostProcessNewObject()
557 return PostProcessNewJSReceiver(raw_map, Handle<JSReceiver>::cast(obj), in PostProcessNewObject()
/third_party/node/deps/v8/src/heap/
Dfactory.cc2494 Map raw_map = *new_map; in NewJSGlobalObject() local
2495 raw_map.set_may_have_interesting_symbols(true); in NewJSGlobalObject()
2496 raw_map.set_is_dictionary_map(true); in NewJSGlobalObject()
2497 LOG(isolate(), MapDetails(raw_map)); in NewJSGlobalObject()
2501 global->set_map(raw_map, kReleaseStore); in NewJSGlobalObject()
3692 Map raw_map = *map; in CreateSloppyFunctionMap() local
3693 raw_map.set_has_prototype_slot(has_prototype); in CreateSloppyFunctionMap()
3694 raw_map.set_is_constructor(has_prototype); in CreateSloppyFunctionMap()
3695 raw_map.set_is_callable(true); in CreateSloppyFunctionMap()
3784 Map raw_map = *map; in CreateStrictFunctionMap() local
[all …]
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1948 Map raw_map = Map::cast(maps_.get(map_id)); in DeserializeObjects() local
1950 handle(raw_map.instance_descriptors(kRelaxedLoad), isolate_); in DeserializeObjects()
1951 int no_properties = raw_map.NumberOfOwnDescriptors(); in DeserializeObjects()
1953 Handle<Map> map(raw_map, isolate_); in DeserializeObjects()
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc1096 static Address InvalidatePrototypeChainsWrapper(Address raw_map) { in InvalidatePrototypeChainsWrapper() argument
1097 Map map = Map::cast(Object(raw_map)); in InvalidatePrototypeChainsWrapper()