Home
last modified time | relevance | path

Searched refs:LdLocalModuleVarByIndexOnJSFunc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h213 V(LdLocalModuleVarByIndexOnJSFunc) \
Druntime_stubs.cpp1229 DEF_RUNTIME_STUBS(LdLocalModuleVarByIndexOnJSFunc) in DEF_RUNTIME_STUBS() argument
1231 RUNTIME_STUBS_HEADER(LdLocalModuleVarByIndexOnJSFunc); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1571 …GateRef result = LowerCallRuntime(gate, RTSTUB_ID(LdLocalModuleVarByIndexOnJSFunc), {index, jsFunc… in LowerLdLocalModuleVarByIndex()