Searched refs:LoadTypedArrayLength (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_opcodes.h | 99 V(LoadTypedArrayLength, LOAD_TYPED_ARRAY_LENGTH, GateFlags::NO_WRITE, 1, 1, 1) \
|
| D | typed_bytecode_lowering.cpp | 867 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()
|
| D | mcr_circuit_builder.cpp | 182 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()
|
| D | circuit_builder.h | 456 GateRef LoadTypedArrayLength(GateRef gate, GateType type, OnHeapMode onHeap = OnHeapMode::NONE);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | loop_optimization_test.cpp | 82 auto loadLength = builder.LoadTypedArrayLength(array, GateType::AnyType()); in HWTEST_F_L0()
|
| D | typed_array_lowering_test.cpp | 40 HWTEST_F_L0(TypedArrayLoweringTests, LoadTypedArrayLength) in HWTEST_F_L0() argument 52 auto loadLength = builder.LoadTypedArrayLength(array, GateType::AnyType()); in HWTEST_F_L0()
|