Searched refs:LdModuleVar (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 117 static JSTaggedValue LdModuleVar(JSThread *thread, JSTaggedValue key, bool inner);
|
| D | slow_runtime_stub.cpp | 692 JSTaggedValue SlowRuntimeStub::LdModuleVar(JSThread *thread, JSTaggedValue key, bool inner) in LdModuleVar() function in panda::ecmascript::SlowRuntimeStub 694 INTERPRETER_TRACE(thread, LdModuleVar); in LdModuleVar()
|
| D | interpreter-inl.h | 6227 JSTaggedValue moduleVar = SlowRuntimeStub::LdModuleVar(thread, key, innerFlag != 0); in RunInternal()
|
| D | interpreter_assembly.cpp | 4081 JSTaggedValue moduleVar = SlowRuntimeStub::LdModuleVar(thread, key, innerFlag != 0); in HandleDeprecatedLdmodulevarPrefId32Imm8()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 262 V(LdModuleVar) \
|
| D | runtime_stubs.cpp | 1678 DEF_RUNTIME_STUBS(LdModuleVar) in DEF_RUNTIME_STUBS() argument 1680 RUNTIME_STUBS_HEADER(LdModuleVar); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 188 V(LdModuleVar) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 3572 GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdModuleVar), { key, IntToTaggedInt(flag) }); in DECLARE_ASM_HANDLER()
|