Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc4482 CSA_SLOW_DCHECK(this, IsFixedArrayWithKindOrEmpty(from_array, kind)); in ExtractFixedDoubleArrayFillingHoles()
5004 CSA_SLOW_DCHECK(this, IsFixedArrayWithKindOrEmpty(from_array, from_kind)); in CopyFixedArrayElements()
5005 CSA_SLOW_DCHECK(this, IsFixedArrayWithKindOrEmpty(to_array, to_kind)); in CopyFixedArrayElements()
5308 CSA_SLOW_DCHECK(this, IsFixedArrayWithKindOrEmpty(elements, kind)); in TryGrowElementsCapacity()
5324 CSA_SLOW_DCHECK(this, IsFixedArrayWithKindOrEmpty(elements, kind)); in TryGrowElementsCapacity()
5348 CSA_SLOW_DCHECK(this, IsFixedArrayWithKindOrEmpty(elements, from_kind)); in GrowElementsCapacity()
6635 TNode<BoolT> CodeStubAssembler::IsFixedArrayWithKindOrEmpty( in IsFixedArrayWithKindOrEmpty() function in v8::internal::CodeStubAssembler
Dcode-stub-assembler.h2548 TNode<BoolT> IsFixedArrayWithKindOrEmpty(TNode<FixedArrayBase> object,