Searched refs:WhichPowerOf2 (Results 1 – 10 of 10) sorted by relevance
42 art::WhichPowerOf2(art::kAccObsoleteMethod))48 art::WhichPowerOf2(sizeof(art::mirror::CompressedReference<art::mirror::Object>)))58 art::WhichPowerOf2(art::interpreter::kMterpHandlerSize))68 art::WhichPowerOf2(static_cast<size_t>(art::kRuntimePointerSize)))
28 art::WhichPowerOf2(sizeof(art::mirror::StringDexCachePair)))
69 return WhichPowerOf2(kObjectReferenceSize); in SizeShift()
1777 HIntConstant* shift = GetGraph()->GetIntConstant(WhichPowerOf2(factor)); in VisitMul()1790 GetGraph()->GetIntConstant(WhichPowerOf2(factor - 1))); in VisitMul()1805 GetGraph()->GetIntConstant(WhichPowerOf2(factor + 1))); in VisitMul()
1113 __ Lsr(out, out, WhichPowerOf2(out.GetSizeInBits())); in GenCas()
7136 size_t mask_bits = WhichPowerOf2(mask + 1); in GenerateBitstringTypeCheckCompare()8119 __ Ubfx(out, first, 0, WhichPowerOf2(value + 1)); in GenerateAndConst()
1885 size_t mask_bits = WhichPowerOf2(mask + 1); in GenerateBitstringTypeCheckCompare()
2039 size_t mask_bits = WhichPowerOf2(mask + 1); in GenerateBitstringTypeCheckCompare()
152 constexpr int WhichPowerOf2(T x) { in WhichPowerOf2() function
1289 return WhichPowerOf2(InterpreterCache::kSize); in InterpreterCacheSizeLog2()