Searched refs:holey_kind (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/objects/ |
D | elements-kind.h | 255 inline ElementsKind GetPackedElementsKind(ElementsKind holey_kind) { in GetPackedElementsKind() argument 256 if (holey_kind == HOLEY_SMI_ELEMENTS) { in GetPackedElementsKind() 259 if (holey_kind == HOLEY_DOUBLE_ELEMENTS) { in GetPackedElementsKind() 262 if (holey_kind == HOLEY_ELEMENTS) { in GetPackedElementsKind() 265 return holey_kind; in GetPackedElementsKind()
|
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 109 ElementsKind holey_kind, Label* done, 252 ElementsKind holey_kind, Label* done, Label* map_mismatch, Label* bailout) { in TryChangeToHoleyMapHelper() argument 255 if (AllocationSite::ShouldTrack(packed_kind, holey_kind)) { in TryChangeToHoleyMapHelper() 259 LoadContextElement(native_context, Context::ArrayMapIndex(holey_kind))); in TryChangeToHoleyMapHelper() 268 ElementsKind holey_kind = GetHoleyElementsKind(packed_kind); in TryChangeToHoleyMap() local 271 GotoIf(Word32Equal(current_elements_kind, Int32Constant(holey_kind)), in TryChangeToHoleyMap() 275 holey_kind, &already_holey, bailout, bailout); in TryChangeToHoleyMap() 283 ElementsKind holey_kind = GetHoleyElementsKind(packed_kind); in TryChangeToHoleyMapMulti() local 287 GotoIf(Word32Equal(current_elements_kind, Int32Constant(holey_kind)), in TryChangeToHoleyMapMulti() 294 holey_kind, &already_holey, &check_other_kind, in TryChangeToHoleyMapMulti()
|