| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | gc_bitset.h | 50 size_t bitSize = AlignUp(heapSize, TAGGED_TYPE_SIZE) >> TAGGED_TYPE_SIZE_LOG; in SizeOfGCBitset() local 74 void Clear(size_t bitSize) in Clear() 83 void SetAllBits(size_t bitSize) in SetAllBits() 128 void IterateMarkedBits(uintptr_t begin, size_t bitSize, Visitor visitor) in IterateMarkedBits() 148 void IterateMarkedBitsConst(uintptr_t begin, size_t bitSize, Visitor visitor) const in IterateMarkedBitsConst() 165 void Merge(GCBitset *bitset, size_t bitSize) in Merge()
|
| D | region-inl.h | 27 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() 173 static size_t SizeOf(size_t bitSize) in SizeOf()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_args.cpp | 98 uint32 bitSize = byteSize * kBitsPerByte; in MoveLocalRefVarToRefLocals() local 122 uint32 bitSize = byteSize * kBitsPerByte; in LoadStackArgsToVReg() local
|
| D | aarch64_reg_info.cpp | 123 MemOperand *AArch64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
|
| D | aarch64_fixshortbranch.cpp | 142 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in FixShortBranches() local
|
| D | aarch64_cgfunc.cpp | 97 MOperator PickLdStInsn(bool isLoad, uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickLdStInsn() 229 MOperator AArch64CGFunc::PickLdInsn(uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickLdInsn() 234 MOperator AArch64CGFunc::PickStInsn(uint32 bitSize, PrimType primType, AArch64isa::MemoryOrdering m… in PickStInsn() 2726 auto bitSize = GetPrimTypeBitSize(primType); in SelectIreadoff() local 2889 uint32 bitSize = 0; in SelectIread() local 4769 uint32 bitSize = GetPrimTypeBitSize(dtype); in SelectBnot() local 4819 uint8 bitSize = node.GetBitsSize(); in SelectRegularBitFieldLoad() local 4831 uint8 bitSize = node.GetBitsSize(); in SelectExtractbits() local 4898 inline bool IsMoveWideKeepable(int64 offsetVal, uint32 bitOffset, uint32 bitSize, bool is64Bits) in IsMoveWideKeepable() 4917 uint32 bitSize = node.GetBitsSize(); in SelectDepositBits() local [all …]
|
| D | aarch64_global.cpp | 2319 uint32 bitSize = static_cast<RegOperand &>(destOpnd).GetSize(); in Optimize() local
|
| D | aarch64_peep.cpp | 5500 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in Run() local 5656 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/x86_64/ |
| D | x64_reg_info.cpp | 150 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 | 999 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectAddrofLabel() local 1141 uint32 bitSize = GetPrimTypeBitSize(primType); in GetTargetRetOperand() local 1178 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectMpy() local 1245 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local 1280 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local 1443 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectSelect() local 1627 auto bitSize = GetPrimTypeBitSize(dtype); in SelectSqrt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 70 uint32 bitSize = GetPrimTypeBitSize(type); in GetFastIselMop() local 662 PrimType MPISel::GetIntegerPrimTypeFromSize(bool isSigned, uint32 bitSize) in GetIntegerPrimTypeFromSize() 802 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDassignoff() local 836 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectIassignoff() local 1027 …d MPISel::SelectExtractbits(RegOperand &resOpnd, RegOperand &opnd0, uint8 bitOffset, uint8 bitSize, in SelectExtractbits() 1058 uint8 bitSize = node.GetBitsSize(); in SelectExtractbits() local 1337 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectIreadoff() local 1347 static inline uint64 CreateDepositBitsImm1(uint32 primBitSize, uint8 bitOffset, uint8 bitSize) in CreateDepositBitsImm1() 1363 uint8 bitSize = node.GetBitsSize(); in SelectDepositBits() local 1430 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectAbs() local
|
| D | cg_stackmap_computation.cpp | 52 bool &isOutOfRange, uint32 bitSize) in GetSpillMem()
|
| D | cgfunc.cpp | 344 uint8 bitSize = node.GetBitsSize(); in HandleExtractBits() 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/mpl2mpl/src/ |
| D | simplify.cpp | 52 uint8 bitSize = bitFieldType->GetFieldSize(); in TruncateUnionConstant() local
|
| D | constantfold.cpp | 1378 PrimType GetNearestSizePtyp(uint8 bitSize, PrimType ptyp) in GetNearestSizePtyp()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | parser.cpp | 335 uint8 bitSize = static_cast<uint8>(lexer.GetTheIntVal()) & 0xFFU; in ParseBitFieldType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | isa.h | 523 static inline BitIndex GetBitIndex(uint32 bitSize) in GetBitIndex()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 581 auto bitSize = fieldType->GetFieldSize(); in WriteBitField() local 622 auto bitSize = fieldType->GetFieldSize(); in ReadBitField() local
|