Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h208 V(StModuleVarByIndex) \
Druntime_stubs.cpp1187 DEF_RUNTIME_STUBS(StModuleVarByIndex) in DEF_RUNTIME_STUBS() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3330 CallRuntime(glue, RTSTUB_ID(StModuleVarByIndex), { IntToTaggedInt(index), value }); in DECLARE_ASM_HANDLER()
3339 CallRuntime(glue, RTSTUB_ID(StModuleVarByIndex), { Int16ToTaggedInt(index), value }); in DECLARE_ASM_HANDLER()