Searched refs:last_map (Results 1 – 3 of 3) sorted by relevance
154 Handle<Map> last_map; in NonexistentFrontendHeader() local157 last_map = map(); in NonexistentFrontendHeader()160 DCHECK(last_map->prototype() == isolate()->heap()->null_value()); in NonexistentFrontendHeader()162 last_map = handle(holder()->map()); in NonexistentFrontendHeader()165 last_map->is_dictionary_map() && !last_map->IsJSGlobalObjectMap(); in NonexistentFrontendHeader()171 if (last_map->is_dictionary_map()) { in NonexistentFrontendHeader()172 if (last_map->IsJSGlobalObjectMap()) { in NonexistentFrontendHeader()
754 Handle<Map> last_map = Map::AddMissingTransitionsForTesting( in TestLayoutDescriptorAppendIfFastOrUseFull() local762 CHECK(last_map->is_stable()); in TestLayoutDescriptorAppendIfFastOrUseFull()763 Map* map = *last_map; in TestLayoutDescriptorAppendIfFastOrUseFull()
9499 Handle<Map> last_map = CopyDropDescriptors(split_map); in AddMissingTransitions() local9500 last_map->InitializeDescriptors(*descriptors, *full_layout_descriptor); in AddMissingTransitions()9501 last_map->set_unused_property_fields(0); in AddMissingTransitions()9515 InstallDescriptors(map, last_map, nof_descriptors - 1, descriptors, in AddMissingTransitions()9517 return last_map; in AddMissingTransitions()