Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_opcodes.h47 V(LoadStringLength, LOAD_STRING_LENGTH, GateFlags::NO_WRITE, 1, 1, 1) \
Dmcr_circuit_builder.cpp736 GateRef CircuitBuilder::LoadStringLength(GateRef string) in LoadStringLength() function in panda::ecmascript::kungfu::CircuitBuilder
741 auto ret = GetCircuit()->NewGate(circuit_->LoadStringLength(), MachineType::I64, in LoadStringLength()
Dtyped_bytecode_lowering.cpp879 GateRef result = builder_.LoadStringLength(str); in LowerTypedLdStringLength()
1016 GateRef length = builder_.LoadStringLength(receiver); in LoadStringByIndex()
Dcircuit_builder.h552 GateRef LoadStringLength(GateRef string);
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h167 LoadStringLength(node); in ResolveConditionalResultObject()
187 LoadStringLength(node); in ResolveConditionalResultObject()
527 void LoadStringLength(const ir::AstNode *node);
DETSCompiler.cpp1510 etsg->LoadStringLength(st); in Compile()
DETSGen.cpp2634 void ETSGen::LoadStringLength(const ir::AstNode *node) in LoadStringLength() function in panda::es2panda::compiler::ETSGen