Searched defs:matches (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dvmap_table.h88 uint32_t matches = 0; local
93 matches++;
95 matches++;
97 CHECK_LT(vmap_offset - matches, static_cast<uint32_t>(__builtin_popcount(spill_mask)));
99 while (matches != (vmap_offset + 1)) {
101 matches += spill_mask & 1; // Add 1 if the low bit is set

Completed in 47 milliseconds