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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DcardTableExtension.cpp149 oop* bottom_obj = (oop*)start_array->object_start((HeapWord*)bottom); local
150 // bottom_obj = (oop*)start_array->object_start((HeapWord*)bottom);
151 assert(bottom_obj <= bottom, "just checking");
210 oop(bottom_obj)->push_contents(pm);
211 bottom_obj += oop(bottom_obj)->size();
212 assert(bottom_obj <= sp_top, "just checking");
213 } while (bottom_obj < top);
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.cpp124 HeapWord* bottom_obj; local
137 bottom_obj = _sp->block_start(bottom);
140 assert(bottom_obj <= bottom, "just checking");
168 walk_mem_region(extended_mr, bottom_obj, top);

Completed in 36 milliseconds