Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stub_list.h324 V(LdLocalModuleVarByIndex) \
Druntime_stubs.cpp1891 DEF_RUNTIME_STUBS(LdLocalModuleVarByIndex) in DEF_RUNTIME_STUBS() argument
1893 RUNTIME_STUBS_HEADER(LdLocalModuleVarByIndex); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp661 RUNTIME_TRACE(thread, LdLocalModuleVarByIndex); in LdLocalModuleVar()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp3103 …GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdLocalModuleVarByIndex), { Int8ToTaggedInt(index)… in GenerateCircuit()
4689 …GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdLocalModuleVarByIndex), { Int16ToTaggedInt(index… in GenerateCircuit()