Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h212 V(LdExternalModuleVarByIndex) \
Druntime_stubs.cpp1222 DEF_RUNTIME_STUBS(LdExternalModuleVarByIndex) in DEF_RUNTIME_STUBS() argument
1224 RUNTIME_STUBS_HEADER(LdExternalModuleVarByIndex); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp686 RUNTIME_TRACE(thread, LdExternalModuleVarByIndex); in LdExternalModuleVar()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3298 …GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdExternalModuleVarByIndex), { Int8ToTaggedInt(ind… in DECLARE_ASM_HANDLER()
3308 …GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdExternalModuleVarByIndex), { Int16ToTaggedInt(in… in DECLARE_ASM_HANDLER()