Searched refs:chunk_top (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.cpp65 static uintx chunk_oops_do(OopClosure* f, Chunk* chunk, char* chunk_top) { argument
67 oop* top = (oop*) chunk_top;
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp5149 HeapWord** chunk_array, size_t chunk_top);
5262 HeapWord** chunk_array, size_t chunk_top) {
5281 if (chunk_top == 0) { // no samples were taken
5288 } else if (nth_task < (uint)chunk_top) {
5293 assert(nth_task == (uint)chunk_top, "Control point invariant");
5294 start = chunk_array[chunk_top - 1];

Completed in 447 milliseconds