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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.hpp250 void safe_object_iterate(ObjectClosure* cl) { object_iterate(cl); } function in class:ParallelScavengeHeap
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.cpp735 // For a continguous space object_iterate() and safe_object_iterate()
737 void ContiguousSpace::safe_object_iterate(ObjectClosure* blk) { function in class:ContiguousSpace
H A Dgeneration.cpp343 s->safe_object_iterate(_cl);
348 void Generation::safe_object_iterate(ObjectClosure* cl) { function in class:Generation
H A DgenCollectedHeap.cpp984 void GenCollectedHeap::safe_object_iterate(ObjectClosure* cl) { function in class:GenCollectedHeap
986 _gens[i]->safe_object_iterate(cl);
988 perm_gen()->safe_object_iterate(cl);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp885 void CompactibleFreeListSpace::safe_object_iterate(ObjectClosure* blk) { function in class:CompactibleFreeListSpace

Completed in 49 milliseconds