Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_opcodes.h25 V(LdLocalModuleVar, LD_LOCAL_MODULE_VAR, GateFlags::NONE_FLAG, 1, 1, 2)
Dntype_bytecode_lowering.cpp265 GateRef result = builder_.LdLocalModuleVar(jsFunc, index); in LowerLdLocalMoudleVar()
Dhcr_circuit_builder.cpp492 GateRef CircuitBuilder::LdLocalModuleVar(GateRef jsFunc, GateRef index) in LdLocalModuleVar() function in panda::ecmascript::kungfu::CircuitBuilder
497 GateRef newGate = GetCircuit()->NewGate(circuit_->LdLocalModuleVar(), MachineType::I64, in LdLocalModuleVar()
Dcircuit_builder.h349 GateRef LdLocalModuleVar(GateRef jsFunc, GateRef index);
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h119 static JSTaggedValue LdLocalModuleVar(JSThread *thread, int32_t index);
Dslow_runtime_stub.cpp676 JSTaggedValue SlowRuntimeStub::LdLocalModuleVar(JSThread *thread, int32_t index) in LdLocalModuleVar() function in panda::ecmascript::SlowRuntimeStub
Dinterpreter-inl.h6104 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in RunInternal()
6113 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in RunInternal()
Dinterpreter_assembly.cpp3290 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleWideLdlocalmodulevarPrefImm16()
5177 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleLdlocalmodulevarImm8()