Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h260 V(LdLocalModuleVarByIndexOnJSFunc) \
Druntime_stubs.cpp1662 DEF_RUNTIME_STUBS(LdLocalModuleVarByIndexOnJSFunc) in DEF_RUNTIME_STUBS() argument
1664 RUNTIME_STUBS_HEADER(LdLocalModuleVarByIndexOnJSFunc); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1653 …GateRef result = LowerCallRuntime(gate, RTSTUB_ID(LdLocalModuleVarByIndexOnJSFunc), {index, jsFunc… in LowerLdLocalModuleVarByIndex()