Searched refs:WhichPowerOf2 (Results 1 – 14 of 14) sorted by relevance
51 art::WhichPowerOf2(art::kAccObsoleteMethod))57 art::WhichPowerOf2(sizeof(art::mirror::CompressedReference<art::mirror::Object>)))67 art::WhichPowerOf2(art::interpreter::kMterpHandlerSize))77 art::WhichPowerOf2(static_cast<size_t>(art::kRuntimePointerSize)))
69 return WhichPowerOf2(kObjectReferenceSize); in SizeShift()
1930 HIntConstant* shift = GetGraph()->GetIntConstant(WhichPowerOf2(factor)); in VisitMul()1943 GetGraph()->GetIntConstant(WhichPowerOf2(factor - 1))); in VisitMul()1958 GetGraph()->GetIntConstant(WhichPowerOf2(factor + 1))); in VisitMul()
1619 uint32_t ls_access_size = WhichPowerOf2(reg_size); in SaveRestoreLiveRegistersHelperNeonImpl()
3891 __ shlq(tmp, Immediate(WhichPowerOf2(abs_imm))); in RemByPowerOfTwo()6193 size_t mask_bits = WhichPowerOf2(mask + 1); in GenerateBitstringTypeCheckCompare()
7599 size_t mask_bits = WhichPowerOf2(mask + 1); in GenerateBitstringTypeCheckCompare()8584 __ Ubfx(out, first, 0, WhichPowerOf2(value + 1)); in GenerateAndConst()
2622 __ Lsr(out, out, WhichPowerOf2(out.GetSizeInBits())); in VisitReferenceRefersTo()
1867 size_t mask_bits = WhichPowerOf2(mask + 1); in GenerateBitstringTypeCheckCompare()
7304 size_t mask_bits = WhichPowerOf2(mask + 1); in GenerateBitstringTypeCheckCompare()
152 constexpr int WhichPowerOf2(T x) { in WhichPowerOf2() function
202 WhichPowerOf2(core_spill_mask) >= 8) { in RemoveFrame()207 vixl32::Register reg(WhichPowerOf2(core_spill_mask)); in RemoveFrame()
221 WhichPowerOf2(static_cast<uint32_t>(Hotness::kFlagLastBoot));223 WhichPowerOf2(static_cast<uint32_t>(Hotness::kFlagLastRegular));
2343 return WhichPowerOf2(static_cast<uint32_t>(flag)) - 1; in FlagBitmapIndex()
1358 return WhichPowerOf2(InterpreterCache::kSize); in InterpreterCacheSizeLog2()