Searched defs:is_scavengable (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A Doop.inline2.hpp47 inline bool oopDesc::is_scavengable() const { function in class:oopDesc
48 return Universe::heap()->is_scavengable(this);
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.hpp226 virtual bool is_scavengable(const void* addr) { function in class:GenCollectedHeap
/openjdk7/hotspot/src/share/vm/ci/
H A DciObject.hpp85 if (x->is_scavengable())
129 bool is_scavengable() { return (_ident & SCAVENGABLE_FLAG) != 0; } function in class:ciObject
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp352 bool ParallelScavengeHeap::is_scavengable(const void* addr) { function in class:ParallelScavengeHeap
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp456 // implementation of is_scavengable() for G1 will indicate that
466 bool G1CollectedHeap::is_scavengable(const void* p) { function in class:G1CollectedHeap

Completed in 62 milliseconds