Home
last modified time | relevance | path

Searched refs:WhichPowerOf2 (Results 1 – 9 of 9) sorted by relevance

/art/tools/cpp-define-generator/
Dglobals.def46 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)))
Dmirror_dex_cache.def28 art::WhichPowerOf2(sizeof(art::mirror::StringDexCachePair)))
/art/compiler/optimizing/
Ddata_type.h69 return WhichPowerOf2(kObjectReferenceSize); in SizeShift()
Dinstruction_simplifier.cc1767 HIntConstant* shift = GetGraph()->GetIntConstant(WhichPowerOf2(factor)); in VisitMul()
1780 GetGraph()->GetIntConstant(WhichPowerOf2(factor - 1))); in VisitMul()
1795 GetGraph()->GetIntConstant(WhichPowerOf2(factor + 1))); in VisitMul()
Dintrinsics_arm_vixl.cc1113 __ Lsr(out, out, WhichPowerOf2(out.GetSizeInBits())); in GenCas()
/art/libartbase/base/
Dbit_utils.h152 constexpr int WhichPowerOf2(T x) { in WhichPowerOf2() function
/art/libprofile/profile/
Dprofile_compilation_info_test.cc43 WhichPowerOf2(static_cast<uint32_t>(Hotness::kFlagLastBoot));
45 WhichPowerOf2(static_cast<uint32_t>(Hotness::kFlagLastRegular));
Dprofile_compilation_info.cc2110 return WhichPowerOf2(static_cast<uint32_t>(flag)) - 1; in FlagBitmapIndex()
/art/runtime/
Dthread.h1342 return WhichPowerOf2(InterpreterCache::kSize); in InterpreterCacheSizeLog2()