Home
last modified time | relevance | path

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

/art/runtime/base/
Dbit_utils.h95 static inline int WhichPowerOf2(T x) { in WhichPowerOf2() function
/art/compiler/optimizing/
Dinstruction_simplifier.cc501 HIntConstant* shift = GetGraph()->GetIntConstant(WhichPowerOf2(factor)); in VisitMul()
/art/runtime/
Dstack_map.h636 : WhichPowerOf2(RoundUpToPowerOfTwo(number_of_location_catalog_entries)); in SingleEntrySizeInBits()