| /arkcompiler/ets_runtime/ecmascript/mem/ |
| 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() 84 void SetAllBits(size_t bitSize) in SetAllBits() 131 void IterateMarkedBits(uintptr_t begin, size_t bitSize, Visitor visitor) in IterateMarkedBits() 151 void IterateMarkedBitsConst(uintptr_t begin, size_t bitSize, Visitor &&visitor) const in IterateMarkedBitsConst() 168 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 | 90 uint32 bitSize = byteSize * kBitsPerByte; in MoveLocalRefVarToRefLocals() local 114 uint32 bitSize = byteSize * kBitsPerByte; in LoadStackArgsToVReg() local
|
| D | aarch64_reg_info.cpp | 108 MemOperand *AArch64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
|
| D | aarch64_fixshortbranch.cpp | 135 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in FixShortBranches() local
|
| D | aarch64_cgfunc.cpp | 67 MOperator PickLdStInsn(bool isLoad, uint32 bitSize, PrimType primType) in PickLdStInsn() 109 MOperator AArch64CGFunc::PickLdInsn(uint32 bitSize, PrimType primType) const in PickLdInsn() 114 MOperator AArch64CGFunc::PickStInsn(uint32 bitSize, PrimType primType) const in PickStInsn() 882 uint32 bitSize = GetPrimTypeBitSize(destType); in SelectIread() local 2420 uint32 bitSize = GetPrimTypeBitSize(dtype); in SelectBnot() local 2452 uint8 bitSize = node.GetBitsSize(); in SelectRegularBitFieldLoad() local 2464 uint8 bitSize = node.GetBitsSize(); in SelectExtractbits() local 3225 …uint8 bitSize = static_cast<uint8>((static_cast<uint32>(vReg.VRegTableGetSize(vRegNO))) * kBitsPer… in CreateVirtualRegisterOperand() local 3711 uint32 bitSize = GetPrimTypeBitSize(primType); in GetOrCreateSpecialRegisterOperand() local
|
| D | aarch64_peep.cpp | 2024 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 | 136 MemOperand *X64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
|
| D | x64_standardize.cpp | 124 uint32 bitSize = mOp == abstract::MOP_neg_f_32 ? k32BitSize : k64BitSize; in StdzFloatingNeg() local
|
| D | x64_MPIsel.cpp | 620 uint32 bitSize = GetPrimTypeBitSize(primType); in GetTargetRetOperand() local 651 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectMpy() local 708 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local 743 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectDivRem() local 871 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectSelect() local 1100 auto bitSize = GetPrimTypeBitSize(dtype); in SelectSqrt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 68 uint32 bitSize = GetPrimTypeBitSize(type); in GetFastIselMop() local 592 PrimType MPISel::GetIntegerPrimTypeFromSize(bool isSigned, uint32 bitSize) in GetIntegerPrimTypeFromSize() 852 …d MPISel::SelectExtractbits(RegOperand &resOpnd, RegOperand &opnd0, uint8 bitOffset, uint8 bitSize, in SelectExtractbits() 883 uint8 bitSize = node.GetBitsSize(); in SelectExtractbits() local 1152 uint32 bitSize = GetPrimTypeBitSize(primType); in SelectAbs() local
|
| D | cgfunc.cpp | 134 uint8 bitSize = node.GetBitsSize(); in HandleExtractBits() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | bitmap.h | 453 size_t bitSize = heapSize / BYTESPERCHUNK; in GetBitMapSizeInByte() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | isa.h | 516 static inline BitIndex GetBitIndex(uint32 bitSize) in GetBitIndex()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1176 PrimType GetNearestSizePtyp(uint8 bitSize, PrimType ptyp) in GetNearestSizePtyp()
|