Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc4700 CSA_SLOW_DCHECK(this, IsFixedArrayWithKind(array, kind)); in FillFixedArrayWithValue()
4839 CSA_DCHECK(this, IsFixedArrayWithKind(elements, kind)); in MoveElements()
4928 CSA_DCHECK(this, IsFixedArrayWithKind(dst_elements, kind)); in CopyElements()
4929 CSA_DCHECK(this, IsFixedArrayWithKind(src_elements, kind)); in CopyElements()
5250 CSA_DCHECK(this, IsFixedArrayWithKind(array, from_kind)); in LoadElementAndPrepareForStore()
5269 CSA_DCHECK(this, IsFixedArrayWithKind(array, from_kind)); in LoadElementAndPrepareForStore()
6640 GotoIf(IsFixedArrayWithKind(object, kind), &out); in IsFixedArrayWithKindOrEmpty()
6652 TNode<BoolT> CodeStubAssembler::IsFixedArrayWithKind(TNode<HeapObject> object, in IsFixedArrayWithKind() function in v8::internal::CodeStubAssembler
11425 CSA_DCHECK(this, IsFixedArrayWithKind(new_elements, kind)); in CheckForCapacityGrow()
11736 CSA_SLOW_DCHECK(this, Word32Or(IsFixedArrayWithKind(array, kind), in BuildFastArrayForEach()
Dcode-stub-assembler.h2546 TNode<BoolT> IsFixedArrayWithKind(TNode<HeapObject> object,