Searched refs:LoadTypedArrayLength (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_hcr_lowering.cpp | 756 GateRef result = builder_.LoadTypedArrayLength(arrayType, array); in LowerTypedLdTypedArrayLength() 807 auto length = builder_.LoadTypedArrayLength(receiverType, receiver); in LowerTypedStObjByIndex() 889 GateRef length = builder_.LoadTypedArrayLength(receiverType, receiver); in LoadTypedArrayByIndex() 945 GateRef length = builder_.LoadTypedArrayLength(receiverType, receiver); in StoreTypedArrayByIndex()
|
| D | gate_meta_data.h | 329 V(LoadTypedArrayLength, LOAD_TYPED_ARRAY_LENGTH, GateFlags::NO_WRITE, 1, 1, 1) \
|
| D | circuit_builder.cpp | 245 GateRef CircuitBuilder::LoadTypedArrayLength(GateType type, GateRef gate) in LoadTypedArrayLength() function in panda::ecmascript::kungfu::CircuitBuilder 250 …GateRef ret = GetCircuit()->NewGate(circuit_->LoadTypedArrayLength(static_cast<size_t>(type.Value(… in LoadTypedArrayLength()
|
| D | circuit_builder.h | 258 GateRef LoadTypedArrayLength(GateType type, GateRef gate);
|