Home
last modified time | relevance | path

Searched defs:IsPowerOfTwo (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dutils.h85 static constexpr bool IsPowerOfTwo(T x) { in IsPowerOfTwo() function
/art/compiler/dex/quick/
Dcodegen_util.cc1186 bool Mir2Lir::IsPowerOfTwo(uint64_t x) { in IsPowerOfTwo() function in art::Mir2Lir