Searched defs:obj_allocated_since_save_marks (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp449 bool obj_allocated_since_save_marks(const oop obj) const { function in class:CompactibleFreeListSpace
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.hpp154 // saved mark. Otherwise, the "obj_allocated_since_save_marks" method of
287 virtual bool obj_allocated_since_save_marks(const oop obj) const = 0;
869 virtual bool obj_allocated_since_save_marks(const oop obj) const { function in class:ContiguousSpace

Completed in 87 milliseconds