Home
last modified time | relevance | path

Searched refs:IsOffsetInBounds (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.cc1942 IsOffsetInBounds( in LoadArrayElement()
2323 this, IsOffsetInBounds(offset, LoadFeedbackVectorLength(CAST(object)), in LoadFeedbackVectorSlot()
2346 IsOffsetInBounds( in LoadAndUntagToWord32ArrayElement()
2384 CSA_ASSERT(this, IsOffsetInBounds( in LoadFixedDoubleArrayElement()
2760 IsOffsetInBounds( in StoreFixedArrayOrPropertyArrayElement()
2812 IsOffsetInBounds(offset, LoadFeedbackVectorLength(CAST(object)), in StoreFeedbackVectorSlot()
9055 TNode<BoolT> CodeStubAssembler::IsOffsetInBounds(SloppyTNode<IntPtrT> offset, in IsOffsetInBounds() function in v8::internal::CodeStubAssembler
9524 this, IsOffsetInBounds(offset, LoadAndUntagFixedArrayBaseLength(elements), in EmitBigTypedArrayElementStore()
Dcode-stub-assembler.h2733 TNode<BoolT> IsOffsetInBounds(SloppyTNode<IntPtrT> offset,