Home
last modified time | relevance | path

Searched refs:current_map (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dobjects.cc2244 Map* current_map = Map::cast(map_array->get(i)); in GetElementsTransitionMapFromDescriptor() local
2245 if (current_map->elements_kind() == elements_kind) { in GetElementsTransitionMapFromDescriptor()
2246 return current_map; in GetElementsTransitionMapFromDescriptor()
2424 Map* current_map = map(); in GetElementsTransitionMapSlow() local
2425 ElementsKind from_kind = current_map->elements_kind(); in GetElementsTransitionMapSlow()
2427 if (from_kind == to_kind) return current_map; in GetElementsTransitionMapSlow()
2432 !current_map->IsUndefined() && in GetElementsTransitionMapSlow()
2433 !current_map->is_shared(); in GetElementsTransitionMapSlow()
2445 Map* maybe_transition_map = current_map->LookupElementsTransitionMap( in GetElementsTransitionMapSlow()
2456 { MaybeObject* maybe_map = current_map->CopyDropTransitions(); in GetElementsTransitionMapSlow()
[all …]
Dobjects-inl.h1326 Map* current_map = map(); in GetElementsTransitionMap() local
1327 ElementsKind from_kind = current_map->elements_kind(); in GetElementsTransitionMap()
1329 if (from_kind == to_kind) return current_map; in GetElementsTransitionMap()
1332 if (current_map == global_context->smi_js_array_map()) { in GetElementsTransitionMap()
/external/v8/src/x64/
Dstub-cache-x64.cc899 Handle<Map> current_map(current->map()); in CheckPrototypes() local
904 __ CheckMap(reg, Handle<Map>(current_map), in CheckPrototypes()
/external/v8/src/ia32/
Dstub-cache-ia32.cc925 Handle<Map> current_map(current->map()); in CheckPrototypes() local
930 __ CheckMap(reg, current_map, miss, DONT_DO_SMI_CHECK, in CheckPrototypes()
/external/v8/src/arm/
Dstub-cache-arm.cc1085 Handle<Map> current_map(current->map()); in CheckPrototypes() local
1086 __ CheckMap(reg, scratch1, current_map, miss, DONT_DO_SMI_CHECK, in CheckPrototypes()
/external/v8/src/mips/
Dstub-cache-mips.cc1088 Handle<Map> current_map(current->map()); in CheckPrototypes() local
1089 __ CheckMap(reg, scratch1, current_map, miss, DONT_DO_SMI_CHECK, in CheckPrototypes()