Home
last modified time | relevance | path

Searched refs:LdLocalModuleVar (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_opcodes.h27 V(LdLocalModuleVar, LD_LOCAL_MODULE_VAR, GateFlags::NONE_FLAG, 1, 1, 2)
Dntype_bytecode_lowering.cpp334 GateRef result = builder_.LdLocalModuleVar(jsFunc, index); in LowerLdLocalMoudleVar()
Dhcr_circuit_builder.cpp614 GateRef CircuitBuilder::LdLocalModuleVar(GateRef jsFunc, GateRef index) in LdLocalModuleVar() function in panda::ecmascript::kungfu::CircuitBuilder
619 GateRef newGate = GetCircuit()->NewGate(circuit_->LdLocalModuleVar(), MachineType::I64, in LdLocalModuleVar()
Dcircuit_builder.h405 GateRef LdLocalModuleVar(GateRef jsFunc, GateRef index);
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h120 static JSTaggedValue LdLocalModuleVar(JSThread *thread, int32_t index);
Dslow_runtime_stub.cpp659 JSTaggedValue SlowRuntimeStub::LdLocalModuleVar(JSThread *thread, int32_t index) in LdLocalModuleVar() function in panda::ecmascript::SlowRuntimeStub
Dinterpreter-inl.cpp6102 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in RunInternal()
6111 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in RunInternal()
Dinterpreter_assembly.cpp3322 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleWideLdlocalmodulevarPrefImm16()
5209 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleLdlocalmodulevarImm8()