Searched refs:LdModuleVar (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stub_list.h | 333 V(LdModuleVar) \
|
| D | runtime_stubs.cpp | 1961 DEF_RUNTIME_STUBS(LdModuleVar) in DEF_RUNTIME_STUBS() argument 1963 RUNTIME_STUBS_HEADER(LdModuleVar); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 118 static JSTaggedValue LdModuleVar(JSThread *thread, JSTaggedValue key, bool inner);
|
| D | slow_runtime_stub.cpp | 675 JSTaggedValue SlowRuntimeStub::LdModuleVar(JSThread *thread, JSTaggedValue key, bool inner) in LdModuleVar() function in panda::ecmascript::SlowRuntimeStub 677 INTERPRETER_TRACE(thread, LdModuleVar); in LdModuleVar()
|
| D | interpreter-inl.cpp | 6225 JSTaggedValue moduleVar = SlowRuntimeStub::LdModuleVar(thread, key, innerFlag != 0); in RunInternal()
|
| D | interpreter_assembly.cpp | 4113 JSTaggedValue moduleVar = SlowRuntimeStub::LdModuleVar(thread, key, innerFlag != 0); in HandleDeprecatedLdmodulevarPrefId32Imm8()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 189 V(LdModuleVar) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 4016 GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdModuleVar), { key, IntToTaggedInt(flag) }); in DECLARE_ASM_HANDLER()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 5316 GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdModuleVar), { key, IntToTaggedInt(flag) }); in GenerateCircuit()
|