Home
last modified time | relevance | path

Searched refs:aggConst (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1160 MIRAddroffuncConst *Emitter::GetAddroffuncConst(const MIRSymbol &mirSymbol, MIRAggConst &aggConst) in EmitAsmLabel() argument
1166 MIRConst *pAddrConst = aggConst.GetConstVecItem(addrIndex); in EmitAsmLabel()
1245 void Emitter::EmitIntConst(const MIRSymbol &mirSymbol, MIRAggConst &aggConst, uint32 itabConflictIndex, in EmitAsmLabel() argument
1249 MIRConst *elemConst = aggConst.GetConstVecItem(idx); in EmitAsmLabel()
1263 MIRAddroffuncConst *innerFuncAddr = GetAddroffuncConst(mirSymbol, aggConst); in EmitAsmLabel()
1290 bool isStaticStr = (idx == 1 || idx == 2) && aggConst.GetConstVec().size() == kSizeOfDecoupleStaticStruct && in EmitAsmLabel()
1318 aggConst.SetItem(static_cast<uint32>(idx), intConst, aggConst.GetFieldIdItem(idx)); in EmitAsmLabel()
1539 MIRAggConst &aggConst = static_cast<MIRAggConst &>(mirConst); in EmitAsmLabel() local
1541 for (size_t i = 0; i < aggConst in EmitAsmLabel()
1757 MIRAggConst *aggConst = safe_cast<MIRAggConst>(mirConst); EmitAsmLabel() local
1886 auto *aggConst = safe_cast<MIRAggConst>(mirSymbol->GetKonst()); EmitAsmLabel() local
2570 MIRAggConst *aggConst = safe_cast<MIRAggConst>(mirSymbol.GetKonst()); EmitAsmLabel() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h194 void EmitIntConst(const MIRSymbol &mirSymbol, MIRAggConst &aggConst, uint32 itabConflictIndex,
229 MIRAddroffuncConst *GetAddroffuncConst(const MIRSymbol &mirSymbol, MIRAggConst &aggConst);

Completed in 4 milliseconds