Home
last modified time | relevance | path

Searched defs:moduleRef (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp1850 …GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdExternalModuleVarByIndex), { Int8ToTaggedInt(ind… in GenerateCircuit() local
2750 …GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(GetModuleNamespaceByIndex), { IntToTaggedInt(index… in GenerateCircuit() local
3100 GateRef moduleRef = Loadlocalmodulevar(glue, index, module); in GenerateCircuit() local
4631 …GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(GetModuleNamespaceByIndex), { Int16ToTaggedInt(ind… in GenerateCircuit() local
4696 …GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdLocalModuleVarByIndex), { Int16ToTaggedInt(index… in GenerateCircuit() local
4738 …GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdExternalModuleVarByIndex), { Int16ToTaggedInt(in… in GenerateCircuit() local
5258 GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(GetModuleNamespace), { prop }); in GenerateCircuit() local
5325 GateRef moduleRef = CallRuntime(glue, RTSTUB_ID(LdModuleVar), { key, IntToTaggedInt(flag) }); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4131 GateRef moduleRef = LoadModuleNamespaceByIndex(glue, ZExtInt8ToInt32(index), module); in DECLARE_ASM_HANDLER() local
4134 …GateRef moduleRef = CallRuntimeWithCurrentEnv(glue, currentEnv, RTSTUB_ID(GetModuleNamespaceByInde… in DECLARE_ASM_HANDLER() local
4149 GateRef moduleRef = LoadModuleNamespaceByIndex(glue, ZExtInt16ToInt32(index), module); in DECLARE_ASM_HANDLER() local
4152 …GateRef moduleRef = CallRuntimeWithCurrentEnv(glue, currentEnv, RTSTUB_ID(GetModuleNamespaceByInde… in DECLARE_ASM_HANDLER() local
4166 …GateRef moduleRef = CallRuntimeWithCurrentEnv(glue, currentEnv, RTSTUB_ID(GetModuleNamespace), { p… in DECLARE_ASM_HANDLER() local
4241 GateRef moduleRef = CallRuntimeWithCurrentEnv(glue, currentEnv, RTSTUB_ID(LdModuleVar), in DECLARE_ASM_HANDLER() local