Home
last modified time | relevance | path

Searched refs:last_map (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dhandler-compiler.cc154 Handle<Map> last_map; in NonexistentFrontendHeader() local
157 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()
/external/v8/test/cctest/
Dtest-unboxed-doubles.cc754 Handle<Map> last_map = Map::AddMissingTransitionsForTesting( in TestLayoutDescriptorAppendIfFastOrUseFull() local
762 CHECK(last_map->is_stable()); in TestLayoutDescriptorAppendIfFastOrUseFull()
763 Map* map = *last_map; in TestLayoutDescriptorAppendIfFastOrUseFull()
/external/v8/src/
Dobjects.cc9499 Handle<Map> last_map = CopyDropDescriptors(split_map); in AddMissingTransitions() local
9500 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()