Home
last modified time | relevance | path

Searched defs:iNum (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1791 int64 iNum = (static_cast<int64>(arrayType.GetSizeArrayItem(0)) > 0) ? in EmitArray() local
Dx64_cgfunc.cpp755 RegOperand *X64CGFunc::SelectVectorMerge(PrimType rTyp, Operand *o1, Operand *o2, int32 iNum) in SelectVectorMerge()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1805 …int64 iNum = (arrayType.GetSizeArrayItem(0) > 0) ? (static_cast<int64>(arrayType.GetSizeArrayItem(… in EmitArrayConstant() local
Dcgfunc.cpp544 int32 iNum = 0; in HandleVectorMerge() local