Home
last modified time | relevance | path

Searched refs:LoadArrayLength (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_opcodes.h187 …V(LoadArrayLength, LOAD_ARRAY_LENGTH, GateFlags::NO_WRITE, 1, 1, 1) …
Dtyped_bytecode_lowering.cpp1080 … GateRef result = builder_.LoadArrayLength(array, kind, ArrayMetaDataAccessor::Mode::LOAD_LENGTH); in LowerTypedLdArrayLength()
1296 …GateRef length = builder_.LoadArrayLength(receiver, kind, ArrayMetaDataAccessor::Mode::LOAD_LENGTH… in LoadJSArrayByIndex()
1366 …GateRef length = builder_.LoadArrayLength(receiver, kind, ArrayMetaDataAccessor::Mode::LOAD_LENGTH… in StoreJSArrayByIndex()
Dmcr_circuit_builder.cpp889 GateRef CircuitBuilder::LoadArrayLength(GateRef gate, ElementsKind kind, ArrayMetaDataAccessor::Mod… in LoadArrayLength() function in panda::ecmascript::kungfu::CircuitBuilder
895 … auto ret = GetCircuit()->NewGate(circuit_->LoadArrayLength(accessor.ToValue()), MachineType::I64, in LoadArrayLength()
1184 auto ret = GetCircuit()->NewGate(circuit_->LoadArrayLength(accessor.ToValue()), in InsertLoadArrayLength()
Dcircuit_builder.h638 GateRef LoadArrayLength(GateRef gate, ElementsKind kind, ArrayMetaDataAccessor::Mode mode);
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp273 etsg->LoadArrayLength(st, unionReg); in HandleUnionTypeInForOf()
301 etsg->LoadArrayLength(st, objReg); in GetSizeInForOf()
1071 etsg->LoadArrayLength(expr, objReg); in HandleArrayTypeLengthProperty()
DETSGen.h402 void LoadArrayLength(const ir::AstNode *node, VReg arrayReg);
DETSGen.cpp2579 void ETSGen::LoadArrayLength(const ir::AstNode *node, VReg arrayReg) in LoadArrayLength() function in ark::es2panda::compiler::ETSGen