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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.cpp197 HeapWord* next_obj = cur + oop_size; local
198 while (next_obj < top) {
205 cur = next_obj;
208 next_obj = cur + oop_size;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp524 u_char* next_obj = start_of_next_block + space_before; local
530 tty->print_cr("### next object: " PTR_FORMAT " (" SSIZE_FORMAT " bytes)", next_obj, next_size);
532 tty->print_cr("### next object (not sure if correct): " PTR_FORMAT " (" SSIZE_FORMAT " bytes)", next_obj, next_size);

Completed in 37 milliseconds