Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h194 void EmitIntConst(const MIRSymbol &mirSymbol, MIRAggConst &aggConst, uint32 itabConflictIndex,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1245 void Emitter::EmitIntConst(const MIRSymbol &mirSymbol, MIRAggConst &aggConst, uint32 itabConflictIndex, in EmitAsmLabel() argument
1292 /* process conflict table index larger than itabConflictIndex * 2 + 2 element */ in EmitAsmLabel()
1293 bool isConflictPerfix = (idx >= (static_cast<uint64>(itabConflictIndex) * 2 + 2)) && (idx % 2 == 0) && in EmitAsmLabel()
1540 uint32 itabConflictIndex = 0; in EmitAsmLabel() local
1546 itabConflictIndex = static_cast<uint64>((safe_cast<MIRIntConst>(elemConst))->GetValue()) & 0xffff; in EmitAsmLabel()
1548 itabConflictIndex = safe_cast<MIRIntConst>(elemConst)->GetExtValue() & 0xffffffff; in EmitAsmLabel()
1557 EmitIntConst(mirSymbol, aggConst, itabConflictIndex, strIdx2Type, i); in EmitAsmLabel()

Completed in 5 milliseconds