Home
last modified time | relevance | path

Searched defs:fromSize (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/space/
Dfrom_space.cpp30 size_t fromSize = fromUnits * RegionDesc::UNIT_SIZE; in DumpRegionStats() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp96 static MOperator GetFastCvtMopI(uint32 fromSize, uint32 toSize, bool isSigned) in GetFastCvtMopI()
952 uint32 fromSize = GetPrimTypeBitSize(fromType); in SelectCvtInt2Float() local
981 uint32 fromSize = GetPrimTypeBitSize(fromType); in SelectIntCvt() local
1003 uint32 fromSize = GetPrimTypeBitSize(fromType); in SelectFloatCvt() local
1198 uint32 fromSize = GetPrimTypeBitSize(fromType); in SelectCopy2Reg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp1074 uint32 fromSize = GetPrimTypeBitSize(fromType); in SelectRetypeFloat() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1106 uint32 fromSize = GetPrimTypeBitSize(fromType); in FoldTypeCvtMIRConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3991 uint32 fromSize = GetPrimTypeBitSize(cvtRegreadNode->GetPrimType()); in CheckAndCreateExtendMemOpnd() local