Searched refs:readwrite_bottom (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.cpp155 readwrite_bottom =
157 readonly_end = readwrite_bottom;
170 readwrite_bottom = shared_end;
231 MemRegion(readwrite_bottom,
235 MemRegion(readwrite_bottom, readwrite_end));
462 HeapWord* CompactingPermGenGen::readwrite_bottom; member in class:CompactingPermGenGen
H A Dserialize.cpp41 _rw_bts->serialize(soc, readwrite_bottom, readwrite_end);
H A DcompactingPermGenGen.hpp91 static HeapWord* readwrite_bottom; member in class:CompactingPermGenGen
166 return p >= readwrite_bottom && p < readwrite_end;
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp594 static_field(CompactingPermGenGen, readwrite_bottom, HeapWord*) \

Completed in 1384 milliseconds