Searched refs:LdLocalModuleVar (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_opcodes.h | 25 V(LdLocalModuleVar, LD_LOCAL_MODULE_VAR, GateFlags::NONE_FLAG, 1, 1, 2)
|
| D | ntype_bytecode_lowering.cpp | 265 GateRef result = builder_.LdLocalModuleVar(jsFunc, index); in LowerLdLocalMoudleVar()
|
| D | hcr_circuit_builder.cpp | 492 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()
|
| D | circuit_builder.h | 349 GateRef LdLocalModuleVar(GateRef jsFunc, GateRef index);
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 119 static JSTaggedValue LdLocalModuleVar(JSThread *thread, int32_t index);
|
| D | slow_runtime_stub.cpp | 676 JSTaggedValue SlowRuntimeStub::LdLocalModuleVar(JSThread *thread, int32_t index) in LdLocalModuleVar() function in panda::ecmascript::SlowRuntimeStub
|
| D | interpreter-inl.h | 6104 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in RunInternal() 6113 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in RunInternal()
|
| D | interpreter_assembly.cpp | 3290 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleWideLdlocalmodulevarPrefImm16() 5177 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleLdlocalmodulevarImm8()
|