/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | gc_bitset.h | 51 size_t bitSize = AlignUp(heapSize, TAGGED_TYPE_SIZE) >> TAGGED_TYPE_SIZE_LOG; in SizeOfGCBitset() local 75 void Clear(size_t bitSize) in Clear() argument 84 void SetAllBits(size_t bitSize) in SetAllBits() argument 131 void IterateMarkedBits(uintptr_t begin, size_t bitSize, Visitor visitor) in IterateMarkedBits() argument [all...] |
H A D | region-inl.h | 27 auto bitSize = GCBitset::SizeOfGCBitset(GetCapacity()); in CreateRememberedSet() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/base/ |
H A D | bit_set.h | 33 explicit BitSet(Chunk* chunk, size_t bitSize) in BitSet() argument 173 static size_t SizeOf(size_t bitSize) in SizeOf() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_fixshortbranch.cpp | 139 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in FixShortBranches() local
|
H A D | aarch64_reg_info.cpp | 102 MemOperand *AArch64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem() argument
|
H A D | aarch64_args.cpp | 93 uint32 bitSize = byteSize * kBitsPerByte; in MoveLocalRefVarToRefLocals() local 117 uint32 bitSize = byteSize * kBitsPerByte; in LoadStackArgsToVReg() local
|
H A D | aarch64_cgfunc.cpp | 80 MOperator PickLdStInsn(bool isLoad, uint32 bitSize, PrimType primType) in PickLdStInsn() argument 122 MOperator AArch64CGFunc::PickLdInsn(uint32 bitSize, PrimType primType) const in PickLdInsn() argument 127 MOperator AArch64CGFunc::PickStInsn(uint32 bitSize, PrimType primType) const in PickStInsn() argument 946 uint32 bitSize = GetPrimTypeBitSize(destType); SelectIread() local [all...] |
H A D | aarch64_peep.cpp | 1861 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in Run() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_standardize.cpp | 126 uint32 bitSize = mOp == abstract::MOP_neg_f_32 ? k32BitSize : k64BitSize; in StdzFloatingNeg() local
|
H A D | x64_reg_info.cpp | 132 MemOperand *X64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem() argument
|
H A D | x64_MPIsel.cpp | 522 uint32 bitSize = GetPrimTypeBitSize(primType); in GetTargetRetOperand() local 553 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectMpy() local 610 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local 645 uint32 bitSize = GetPrimTypeBitSize(primType); SelectDivRem() local 773 uint32 bitSize = GetPrimTypeBitSize(primType); SelectSelect() local 900 auto bitSize = GetPrimTypeBitSize(dtype); SelectSqrt() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | cgfunc.cpp | 140 uint8 bitSize = node.GetBitsSize(); in HandleExtractBits() local
|
H A D | isel.cpp | 70 uint32 bitSize = GetPrimTypeBitSize(type); in GetFastIselMop() local 534 PrimType MPISel::GetIntegerPrimTypeFromSize(bool isSigned, uint32 bitSize) in GetIntegerPrimTypeFromSize() argument 828 void MPISel::SelectExtractbits(RegOperand &resOpnd, RegOperand &opnd0, uint8 bitOffset, uint8 bitSize, in SelectExtractbits() argument 859 uint8 bitSize = node.GetBitsSize(); SelectExtractbits() local 1128 uint32 bitSize = GetPrimTypeBitSize(primType); SelectAbs() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 1186 PrimType GetNearestSizePtyp(uint8 bitSize, PrimType ptyp) in GetNearestSizePtyp() argument
|