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

/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableRS.cpp440 if (s->block_is_obj(boundary_block) && s->obj_is_alive(boundary_block)) {
458 if (s->block_is_obj(cur) && s->obj_is_alive(cur)) {
H A Dspace.cpp623 bool Space::obj_is_alive(const HeapWord* p) const { function in class:Space
H A Dspace.hpp276 virtual bool obj_is_alive(const HeapWord* addr) const;
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp362 // obj_is_alive() to determine whether it is safe to iterate of
391 bool obj_is_alive(const HeapWord* p) const;
H A DcompactibleFreeListSpace.cpp881 // obj_is_alive() to determine whether it is safe to apply the closure to
882 // an object. See obj_is_alive() for details on how liveness of an
893 if (block_is_obj(cur) && obj_is_alive(cur)) {
1124 bool CompactibleFreeListSpace::obj_is_alive(const HeapWord* p) const { function in class:CompactibleFreeListSpace
2363 if (_sp->obj_is_alive(addr)) {

Completed in 52 milliseconds