Searched refs:holey_kind (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | elements-kind.h | 336 inline ElementsKind GetPackedElementsKind(ElementsKind holey_kind) { in GetPackedElementsKind() argument 337 if (holey_kind == HOLEY_SMI_ELEMENTS) { in GetPackedElementsKind() 340 if (holey_kind == HOLEY_DOUBLE_ELEMENTS) { in GetPackedElementsKind() 343 if (holey_kind == HOLEY_ELEMENTS) { in GetPackedElementsKind() 346 return holey_kind; in GetPackedElementsKind()
|
/third_party/node/deps/v8/src/ic/ |
D | keyed-store-generic.cc | 140 ElementsKind holey_kind, Label* done, 310 ElementsKind holey_kind, Label* done, Label* map_mismatch, Label* bailout) { in TryChangeToHoleyMapHelper() argument 313 if (AllocationSite::ShouldTrack(packed_kind, holey_kind)) { in TryChangeToHoleyMapHelper() 317 LoadContextElement(native_context, Context::ArrayMapIndex(holey_kind))); in TryChangeToHoleyMapHelper() 326 ElementsKind holey_kind = GetHoleyElementsKind(packed_kind); in TryChangeToHoleyMap() local 329 GotoIf(Word32Equal(current_elements_kind, Int32Constant(holey_kind)), in TryChangeToHoleyMap() 333 holey_kind, &already_holey, bailout, bailout); in TryChangeToHoleyMap() 341 ElementsKind holey_kind = GetHoleyElementsKind(packed_kind); in TryChangeToHoleyMapMulti() local 345 GotoIf(Word32Equal(current_elements_kind, Int32Constant(holey_kind)), in TryChangeToHoleyMapMulti() 352 holey_kind, &already_holey, &check_other_kind, in TryChangeToHoleyMapMulti()
|