HomeSort by relevance Sort by last modified time
    Searched full:this_highest (Results 1 - 1 of 1) sorted by null

  /art/runtime/base/
bit_vector.cc 93 int this_highest = GetHighestBitSet(); local
97 if (this_highest < 0) {
102 if (this_highest > other_highest) {
107 size_t this_highest_index = BitsToWords(this_highest + 1);

Completed in 562 milliseconds