Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts-inl.h211 Object* const initial_js_array_map = get(Context::ArrayMapIndex(kind)); in GetInitialJSArrayMap()
Dcontexts.h617 static int ArrayMapIndex(ElementsKind elements_kind) { in ArrayMapIndex() function
Dobjects.cc5677 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()
Dcode-stub-assembler.cc2563 LoadContextElement(native_context, Context::ArrayMapIndex(kind))); in LoadJSArrayElementsMap()
/external/v8/src/ic/
Dkeyed-store-generic.cc184 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()
/external/v8/src/compiler/
Djs-call-reducer.cc1645 Context::ArrayMapIndex(HOLEY_DOUBLE_ELEMENTS))), in ReduceArrayMap()
1648 Map::cast(native_context()->get(Context::ArrayMapIndex(HOLEY_ELEMENTS))), in ReduceArrayMap()