Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp756 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()
Dgate_meta_data.h329 V(LoadTypedArrayLength, LOAD_TYPED_ARRAY_LENGTH, GateFlags::NO_WRITE, 1, 1, 1) \
Dcircuit_builder.cpp245 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()
Dcircuit_builder.h258 GateRef LoadTypedArrayLength(GateType type, GateRef gate);