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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1SATBCardTableModRefBS.cpp124 jbyte* last_byte = byte_for(mr.last()); local
127 while (byte <= last_byte) {
135 while (byte <= last_byte) {
145 while (byte <= last_byte) {

Completed in 30 milliseconds