Searched refs:IsOffsetInBounds (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | code-stub-assembler.cc | 1942 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()
|
D | code-stub-assembler.h | 2733 TNode<BoolT> IsOffsetInBounds(SloppyTNode<IntPtrT> offset,
|