Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h311 V(LdExternalModuleVarByIndexWithModule) \
Druntime_stubs.cpp1902 DEF_RUNTIME_STUBS(LdExternalModuleVarByIndexWithModule) in DEF_RUNTIME_STUBS() argument
1904 RUNTIME_STUBS_HEADER(LdExternalModuleVarByIndexWithModule); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4207 …varAcc = CallRuntimeWithGlobalEnv(glue, globalEnv, RTSTUB_ID(LdExternalModuleVarByIndexWithModule), in DECLARE_ASM_HANDLER()
4227 …varAcc = CallRuntimeWithGlobalEnv(glue, globalEnv, RTSTUB_ID(LdExternalModuleVarByIndexWithModule), in DECLARE_ASM_HANDLER()
Dstub_builder.cpp12429 result = CallRuntime(glue, RTSTUB_ID(LdExternalModuleVarByIndexWithModule), in LoadExternalmodulevar()