Searched refs:shared_bottom (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.cpp160 shared_bottom = readonly_bottom;
161 unshared_end = shared_bottom;
162 assert((char*)shared_bottom == shared_rs.base(), "shared space mismatch");
173 shared_bottom = shared_end;
174 unshared_end = shared_bottom;
179 assert((char*)shared_bottom == rs.base()+rs.size(), "shared space mismatch");
458 HeapWord* CompactingPermGenGen::shared_bottom; member in class:CompactingPermGenGen
H A DcompactingPermGenGen.hpp88 static HeapWord* shared_bottom; member in class:CompactingPermGenGen
154 return p >= shared_bottom && p < shared_end;
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp591 static_field(CompactingPermGenGen, shared_bottom, HeapWord*) \

Completed in 74 milliseconds