Searched refs:is_shared_readwrite (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.hpp165 static bool inline is_shared_readwrite(const void* p) { function in class:CompactingPermGenGen
H A DcompactingPermGenGen.cpp48 if (obj->is_shared_readwrite()) {
66 if (obj->is_shared_readwrite()) {
H A DsharedHeap.cpp259 if (!o->is_shared_readwrite()) {
/openjdk7/hotspot/src/share/vm/oops/
H A Doop.hpp342 bool is_shared_readwrite() const;
H A Doop.inline.hpp819 inline bool oopDesc::is_shared_readwrite() const { function in class:oopDesc
820 return CompactingPermGenGen::is_shared_readwrite(this);

Completed in 38 milliseconds