Home
last modified time | relevance | path

Searched defs:bitSize (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_bitset.h51 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()
Dregion-inl.h27 auto bitSize = GCBitset::SizeOfGCBitset(GetCapacity()); in CreateRememberedSet() local
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Dbit_set.h33 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/
Daarch64_args.cpp90 uint32 bitSize = byteSize * kBitsPerByte; in MoveLocalRefVarToRefLocals() local
114 uint32 bitSize = byteSize * kBitsPerByte; in LoadStackArgsToVReg() local
Daarch64_reg_info.cpp108 MemOperand *AArch64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
Daarch64_fixshortbranch.cpp135 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in FixShortBranches() local
Daarch64_cgfunc.cpp67 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
Daarch64_peep.cpp2024 ImmOperand &bitSize = aarch64CGFunc->CreateImmOperand(1, k8BitSize, false); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_isa_tbl.h117 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/
Dx64_reg_info.cpp136 MemOperand *X64RegInfo::GetOrCreatSpillMem(regno_t vrNum, uint32 bitSize) in GetOrCreatSpillMem()
Dx64_standardize.cpp124 uint32 bitSize = mOp == abstract::MOP_neg_f_32 ? k32BitSize : k64BitSize; in StdzFloatingNeg() local
Dx64_MPIsel.cpp620 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/
Disel.cpp68 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
Dcgfunc.cpp134 uint8 bitSize = node.GetBitsSize(); in HandleExtractBits() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.h453 size_t bitSize = heapSize / BYTESPERCHUNK; in GetBitMapSizeInByte() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disa.h516 static inline BitIndex GetBitIndex(uint32 bitSize) in GetBitIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1176 PrimType GetNearestSizePtyp(uint8 bitSize, PrimType ptyp) in GetNearestSizePtyp()