Searched refs:is_scavengable (Results 1 - 12 of 12) 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);
H A Doop.hpp339 bool is_scavengable() const;
/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
H A DciObject.cpp233 is_scavengable() ? "SCAVENGABLE" : "",
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.hpp146 virtual bool is_scavengable(const void* addr);
H A DparallelScavengeHeap.cpp352 bool ParallelScavengeHeap::is_scavengable(const void* addr) { function in class:ParallelScavengeHeap
/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/gc_interface/
H A DcollectedHeap.hpp336 virtual bool is_scavengable(const void *p) = 0;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1541 virtual bool is_scavengable(const void* addr);
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
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp1829 if ((*p) != NULL && (*p)->is_scavengable()) {
2339 if ((*p) == NULL || !(*p)->is_scavengable()) return;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp916 if (ScavengeRootsInCode && load_klass.not_null() && load_klass->is_scavengable()) {

Completed in 103 milliseconds