Home
last modified time | relevance | path

Searched refs:LdModuleVar (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h333 V(LdModuleVar) \
Druntime_stubs.cpp1961 DEF_RUNTIME_STUBS(LdModuleVar) in DEF_RUNTIME_STUBS() argument
1963 RUNTIME_STUBS_HEADER(LdModuleVar); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h118 static JSTaggedValue LdModuleVar(JSThread *thread, JSTaggedValue key, bool inner);
Dslow_runtime_stub.cpp675 JSTaggedValue SlowRuntimeStub::LdModuleVar(JSThread *thread, JSTaggedValue key, bool inner) in LdModuleVar() function in panda::ecmascript::SlowRuntimeStub
677 INTERPRETER_TRACE(thread, LdModuleVar); in LdModuleVar()
Dinterpreter-inl.cpp6225 JSTaggedValue moduleVar = SlowRuntimeStub::LdModuleVar(thread, key, innerFlag != 0); in RunInternal()
Dinterpreter_assembly.cpp4113 JSTaggedValue moduleVar = SlowRuntimeStub::LdModuleVar(thread, key, innerFlag != 0); in HandleDeprecatedLdmodulevarPrefId32Imm8()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h189 V(LdModuleVar) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4016 GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdModuleVar), { key, IntToTaggedInt(flag) }); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp5316 GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdModuleVar), { key, IntToTaggedInt(flag) }); in GenerateCircuit()