Searched refs:LdLocalModuleVar (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_opcodes.h | 27 V(LdLocalModuleVar, LD_LOCAL_MODULE_VAR, GateFlags::NONE_FLAG, 1, 1, 2)
|
| D | ntype_bytecode_lowering.cpp | 334 GateRef result = builder_.LdLocalModuleVar(jsFunc, index); in LowerLdLocalMoudleVar()
|
| D | hcr_circuit_builder.cpp | 614 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()
|
| D | circuit_builder.h | 405 GateRef LdLocalModuleVar(GateRef jsFunc, GateRef index);
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 120 static JSTaggedValue LdLocalModuleVar(JSThread *thread, int32_t index);
|
| D | slow_runtime_stub.cpp | 659 JSTaggedValue SlowRuntimeStub::LdLocalModuleVar(JSThread *thread, int32_t index) in LdLocalModuleVar() function in panda::ecmascript::SlowRuntimeStub
|
| D | interpreter-inl.cpp | 6102 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in RunInternal() 6111 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in RunInternal()
|
| D | interpreter_assembly.cpp | 3322 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleWideLdlocalmodulevarPrefImm16() 5209 JSTaggedValue moduleVar = SlowRuntimeStub::LdLocalModuleVar(thread, index); in HandleLdlocalmodulevarImm8()
|