Searched refs:WhichPowerOf2 (Results 1 – 9 of 9) sorted by relevance
46 art::WhichPowerOf2(art::kAccObsoleteMethod))52 art::WhichPowerOf2(sizeof(art::mirror::CompressedReference<art::mirror::Object>)))62 art::WhichPowerOf2(art::interpreter::kMterpHandlerSize))72 art::WhichPowerOf2(static_cast<size_t>(art::kRuntimePointerSize)))
28 art::WhichPowerOf2(sizeof(art::mirror::StringDexCachePair)))
69 return WhichPowerOf2(kObjectReferenceSize); in SizeShift()
1767 HIntConstant* shift = GetGraph()->GetIntConstant(WhichPowerOf2(factor)); in VisitMul()1780 GetGraph()->GetIntConstant(WhichPowerOf2(factor - 1))); in VisitMul()1795 GetGraph()->GetIntConstant(WhichPowerOf2(factor + 1))); in VisitMul()
1113 __ Lsr(out, out, WhichPowerOf2(out.GetSizeInBits())); in GenCas()
152 constexpr int WhichPowerOf2(T x) { in WhichPowerOf2() function
43 WhichPowerOf2(static_cast<uint32_t>(Hotness::kFlagLastBoot));45 WhichPowerOf2(static_cast<uint32_t>(Hotness::kFlagLastRegular));
2110 return WhichPowerOf2(static_cast<uint32_t>(flag)) - 1; in FlagBitmapIndex()
1342 return WhichPowerOf2(InterpreterCache::kSize); in InterpreterCacheSizeLog2()