Searched refs:LoadTypedArrayLength (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | loop_optimization_test.cpp | 83 auto loadLength = builder.LoadTypedArrayLength(array, ParamType::AnyType()); in HWTEST_F_L0()
|
| D | typed_array_lowering_test.cpp | 42 HWTEST_F_L0(TypedArrayLoweringTests, LoadTypedArrayLength) in HWTEST_F_L0() argument 54 auto loadLength = builder.LoadTypedArrayLength(array, ParamType::AnyType()); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_opcodes.h | 217 V(LoadTypedArrayLength, LOAD_TYPED_ARRAY_LENGTH, GateFlags::NO_WRITE, 1, 1, 1) \
|
| D | typed_bytecode_lowering.cpp | 1094 GateRef result = builder_.LoadTypedArrayLength(array, arrayType, onHeap); in LowerTypedLdTypedArrayLength() 1221 auto length = builder_.LoadTypedArrayLength(receiver, receiverType, onHeap); in TryLowerTypedStObjByIndexForBuiltin() 1326 GateRef length = builder_.LoadTypedArrayLength(receiver, receiverType, onHeap); in LoadTypedArrayByIndex() 1387 GateRef length = builder_.LoadTypedArrayLength(receiver, receiverType, onHeap); in StoreTypedArrayByIndex()
|
| D | mcr_circuit_builder.cpp | 226 GateRef CircuitBuilder::LoadTypedArrayLength(GateRef gate, ParamType paramType, OnHeapMode onHeap) in LoadTypedArrayLength() function in panda::ecmascript::kungfu::CircuitBuilder 233 GateRef ret = GetCircuit()->NewGate(circuit_->LoadTypedArrayLength(value), MachineType::I64, in LoadTypedArrayLength() 1171 auto ret = GetCircuit()->NewGate(circuit_->LoadTypedArrayLength(accessor.ToValue()), in InsertLoadArrayLength()
|
| D | circuit_builder.h | 526 …GateRef LoadTypedArrayLength(GateRef gate, ParamType paramType, OnHeapMode onHeap = OnHeapMode::NO…
|