Searched refs:ArrayMapIndex (Results 1 – 6 of 6) sorted by relevance
211 Object* const initial_js_array_map = get(Context::ArrayMapIndex(kind)); in GetInitialJSArrayMap()
617 static int ArrayMapIndex(ElementsKind elements_kind) { in ArrayMapIndex() function
5677 native_context->get(Context::ArrayMapIndex(to_kind)); in TransitionElementsTo()12994 native_context->set(Context::ArrayMapIndex(kind), *current_map); in CacheInitialJSArrayMaps()13007 native_context->set(Context::ArrayMapIndex(next_kind), *new_map); in CacheInitialJSArrayMaps()
2563 LoadContextElement(native_context, Context::ArrayMapIndex(kind))); in LoadJSArrayElementsMap()
184 LoadContextElement(native_context, Context::ArrayMapIndex(to_kind))); in TryRewriteElements()192 native_context, Context::ArrayMapIndex(holey_from_kind)); in TryRewriteElements()195 native_context, Context::ArrayMapIndex(holey_to_kind))); in TryRewriteElements()221 LoadContextElement(native_context, Context::ArrayMapIndex(holey_kind)); in TryChangeToHoleyMapHelper()
1645 Context::ArrayMapIndex(HOLEY_DOUBLE_ELEMENTS))), in ReduceArrayMap()1648 Map::cast(native_context()->get(Context::ArrayMapIndex(HOLEY_ELEMENTS))), in ReduceArrayMap()