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

/art/runtime/
H A Dvmap_table.h99 uint32_t matches = 0; local
104 matches++;
106 matches++;
108 CHECK_LT(vmap_offset - matches, static_cast<uint32_t>(POPCOUNT(spill_mask)));
110 while (matches != (vmap_offset + 1)) {
112 matches += spill_mask & 1; // Add 1 if the low bit is set

Completed in 77 milliseconds