| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | gc_bitset.h | 49 size_t bitSize = AlignUp(heapSize, TAGGED_TYPE_SIZE) >> TAGGED_TYPE_SIZE_LOG; in SizeOfGCBitset() local 68 void Clear(size_t bitSize) in Clear() 77 void SetAllBits(size_t bitSize) in SetAllBits() 121 void IterateMarkedBits(uintptr_t begin, size_t bitSize, Visitor visitor) in IterateMarkedBits() 141 void IterateMarkedBitsConst(uintptr_t begin, size_t bitSize, Visitor visitor) const in IterateMarkedBitsConst() 158 void Merge(GCBitset *bitset, size_t bitSize) in Merge()
|
| D | region-inl.h | 28 auto bitSize = GCBitset::SizeOfGCBitset(GetCapacity()); in CreateRememberedSet() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/base/ |
| D | bit_set.h | 33 explicit BitSet(Chunk* chunk, size_t bitSize) in BitSet() 169 static size_t SizeOf(size_t bitSize) in SizeOf()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_fixshortbranch.cpp | 100 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in FixShortBranches() local
|
| D | aarch64_args.cpp | 352 uint32 bitSize = byteSize * kBitsPerByte; in MoveLocalRefVarToRefLocals() local 376 uint32 bitSize = byteSize * kBitsPerByte; in LoadStackArgsToVReg() local
|
| D | aarch64_reg_info.cpp | 158 MemOperand *AArch64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
|
| D | aarch64_cgfunc.cpp | 97 MOperator PickLdStInsn(bool isLoad, uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickLdStInsn() 182 MOperator AArch64CGFunc::PickLdInsn(uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickLdInsn() 187 MOperator AArch64CGFunc::PickStInsn(uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickStInsn() 3318 auto bitSize = GetPrimTypeBitSize(primType); in SelectIreadoff() local 3475 uint32 bitSize = 0; in SelectIread() local 5354 uint32 bitSize = GetPrimTypeBitSize(dtype); in SelectBnot() local 5404 uint8 bitSize = node.GetBitsSize(); in SelectRegularBitFieldLoad() local 5416 uint8 bitSize = node.GetBitsSize(); in SelectExtractbits() local 5483 inline bool IsMoveWideKeepable(int64 offsetVal, uint32 bitOffset, uint32 bitSize, bool is64Bits) in IsMoveWideKeepable() 5498 uint32 bitSize = node.GetBitsSize(); in SelectDepositBits() local [all …]
|
| D | aarch64_global.cpp | 2308 uint32 bitSize = static_cast<RegOperand &>(destOpnd).GetSize(); in Optimize() local
|
| D | aarch64_peep.cpp | 4108 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in Run() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_isa_tbl.h | 117 static inline X64MOP_t GetCMovCCMop(maple::Opcode opcode, int32 bitSize, bool isSigned) in GetCMovCCMop()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 70 uint32 bitSize = GetPrimTypeBitSize(type); in GetFastIselMop() local 658 PrimType MPISel::GetIntegerPrimTypeFromSize(bool isSigned, uint32 bitSize) in GetIntegerPrimTypeFromSize() 796 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDassignoff() local 829 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectIassignoff() local 1020 …d MPISel::SelectExtractbits(RegOperand &resOpnd, RegOperand &opnd0, uint8 bitOffset, uint8 bitSize, in SelectExtractbits() 1051 uint8 bitSize = node.GetBitsSize(); in SelectExtractbits() local 1331 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectIreadoff() local 1341 static inline uint64 CreateDepositBitsImm1(uint32 primBitSize, uint8 bitOffset, uint8 bitSize) in CreateDepositBitsImm1() 1357 uint8 bitSize = node.GetBitsSize(); in SelectDepositBits() local 1424 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectAbs() local
|
| D | cgfunc.cpp | 281 uint8 bitSize = node.GetBitsSize(); in HandleExtractBits() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_reg_info.cpp | 178 MemOperand *X64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
|
| D | x64_standardize.cpp | 126 uint32 bitSize = mOp == abstract::MOP_neg_f_32 ? k32BitSize : k64BitSize; in StdzFloatingNeg() local
|
| D | x64_MPIsel.cpp | 997 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectAddrofLabel() local 1139 uint32 bitSize = GetPrimTypeBitSize(primType); in GetTargetRetOperand() local 1176 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectMpy() local 1242 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local 1279 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local 1442 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectSelect() local 1611 auto bitSize = GetPrimTypeBitSize(dtype); in SelectSqrt() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | bitmap.h | 444 size_t bitSize = heapSize / BYTESPERCHUNK; in GetBitMapSizeInByte() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | isa.h | 459 static inline BitIndex GetBitIndex(uint32 bitSize) in GetBitIndex()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | parser.cpp | 349 uint8 bitSize = static_cast<uint8>(lexer.GetTheIntVal()) & 0xFFU; in ParseBitFieldType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 766 auto bitSize = fieldType->GetFieldSize(); in WriteBitField() local 807 auto bitSize = fieldType->GetFieldSize(); in ReadBitField() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | simplify.cpp | 66 uint8 bitSize = bitFieldType->GetFieldSize(); in TruncateUnionConstant() local
|
| D | constantfold.cpp | 1330 PrimType GetNearestSizePtyp(uint8 bitSize, PrimType ptyp) in GetNearestSizePtyp()
|