Home
last modified time | relevance | path

Searched refs:LdSendableExternalModuleVarByIndex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h327 V(LdSendableExternalModuleVarByIndex) \
Druntime_stubs.cpp1891 DEF_RUNTIME_STUBS(LdSendableExternalModuleVarByIndex) in DEF_RUNTIME_STUBS() argument
1893 RUNTIME_STUBS_HEADER(LdSendableExternalModuleVarByIndex); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1029 RUNTIME_TRACE(thread, LdSendableExternalModuleVarByIndex); in LdSendableExternalModuleVar()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp5725 …moduleRef = CallRuntime(glue, RTSTUB_ID(LdSendableExternalModuleVarByIndex), {Int8ToTaggedInt(inde… in DECLARE_ASM_HANDLER()
5747 …CallRuntime(glue, RTSTUB_ID(LdSendableExternalModuleVarByIndex), {Int16ToTaggedInt(index), current… in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp3785 RTSTUB_ID(LdSendableExternalModuleVarByIndex), {index, jsFunc}, true); in LowerSendableExternalModule()