Searched refs:raw_map (Results 1 – 4 of 4) sorted by relevance
466 Map raw_map = *map; in PostProcessNewObject() local467 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()
2494 Map raw_map = *new_map; in NewJSGlobalObject() local2495 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() local3693 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 …]
1948 Map raw_map = Map::cast(maps_.get(map_id)); in DeserializeObjects() local1950 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()
1096 static Address InvalidatePrototypeChainsWrapper(Address raw_map) { in InvalidatePrototypeChainsWrapper() argument1097 Map map = Map::cast(Object(raw_map)); in InvalidatePrototypeChainsWrapper()