Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h1496 void FixedArrayBoundsCheck(TNode<FixedArrayBase> array, TNode<Smi> index,
1499 void FixedArrayBoundsCheck(TNode<FixedArrayBase> array, TNode<IntPtrT> index,
1502 void FixedArrayBoundsCheck(TNode<FixedArrayBase> array, TNode<UintPtrT> index, in FixedArrayBoundsCheck() function
1504 FixedArrayBoundsCheck(array, Signed(index), additional_offset); in FixedArrayBoundsCheck()
1742 FixedArrayBoundsCheck(array, index, additional_offset);
Dcode-stub-assembler.cc2272 FixedArrayBoundsCheck(object, index, additional_offset); in LoadFixedArrayElement()
2291 void CodeStubAssembler::FixedArrayBoundsCheck(TNode<FixedArrayBase> array, in FixedArrayBoundsCheck() function in v8::internal::CodeStubAssembler
2309 void CodeStubAssembler::FixedArrayBoundsCheck(TNode<FixedArrayBase> array, in FixedArrayBoundsCheck() function in v8::internal::CodeStubAssembler
3172 FixedArrayBoundsCheck(object, index, 0); in StoreFixedDoubleArrayElement()