Home
last modified time | relevance | path

Searched refs:LoadTypedArrayLength (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_opcodes.h99 V(LoadTypedArrayLength, LOAD_TYPED_ARRAY_LENGTH, GateFlags::NO_WRITE, 1, 1, 1) \
Dtyped_bytecode_lowering.cpp867 GateRef result = builder_.LoadTypedArrayLength(array, arrayType, onHeap); in LowerTypedLdTypedArrayLength()
955 auto length = builder_.LoadTypedArrayLength(receiver, receiverType, onHeap); in TryLowerTypedStObjByIndexForBuiltin()
1061 GateRef length = builder_.LoadTypedArrayLength(receiver, receiverType, onHeap); in LoadTypedArrayByIndex()
1122 GateRef length = builder_.LoadTypedArrayLength(receiver, receiverType, onHeap); in StoreTypedArrayByIndex()
Dmcr_circuit_builder.cpp182 GateRef CircuitBuilder::LoadTypedArrayLength(GateRef gate, GateType type, OnHeapMode onHeap) in LoadTypedArrayLength() function in panda::ecmascript::kungfu::CircuitBuilder
188 …GateRef ret = GetCircuit()->NewGate(circuit_->LoadTypedArrayLength(accessor.ToValue()), MachineTyp… in LoadTypedArrayLength()
1001 …auto ret = GetCircuit()->NewGate(circuit_->LoadTypedArrayLength(static_cast<size_t>(arrayType.Valu… in InsertLoadArrayLength()
Dcircuit_builder.h456 GateRef LoadTypedArrayLength(GateRef gate, GateType type, OnHeapMode onHeap = OnHeapMode::NONE);
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dloop_optimization_test.cpp82 auto loadLength = builder.LoadTypedArrayLength(array, GateType::AnyType()); in HWTEST_F_L0()
Dtyped_array_lowering_test.cpp40 HWTEST_F_L0(TypedArrayLoweringTests, LoadTypedArrayLength) in HWTEST_F_L0() argument
52 auto loadLength = builder.LoadTypedArrayLength(array, GateType::AnyType()); in HWTEST_F_L0()