Home
last modified time | relevance | path

Searched refs:LdLocalModuleVarByIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h211 V(LdLocalModuleVarByIndex) \
Druntime_stubs.cpp1215 DEF_RUNTIME_STUBS(LdLocalModuleVarByIndex) in DEF_RUNTIME_STUBS() argument
1217 RUNTIME_STUBS_HEADER(LdLocalModuleVarByIndex); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp678 RUNTIME_TRACE(thread, LdLocalModuleVarByIndex); in LdLocalModuleVar()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3278 …GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdLocalModuleVarByIndex), { Int8ToTaggedInt(index)… in DECLARE_ASM_HANDLER()
3288 …GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdLocalModuleVarByIndex), { Int16ToTaggedInt(index… in DECLARE_ASM_HANDLER()