Searched refs:promote (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemTrackWorker.cpp82 * 2. promote staging data to memory snapshot
118 // no more recorder to merge, promote staging area
133 // promote this generation data to snapshot
134 if (!_snapshot->promote(number_of_classes)) {
135 // failed to promote, means out of memory
H A DmemSnapshot.hpp380 // promote staged data to snapshot
381 bool promote(int number_of_classes);
H A DmemSnapshot.cpp497 // promote data to next generation
498 bool MemSnapshot::promote(int number_of_classes) { function in class:MemSnapshot
/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.hpp315 virtual oop promote(oop obj, size_t obj_size);
317 // Thread "thread_num" (0 <= i < ParalleGCThreads) wants to promote
H A Dgeneration.cpp196 oop Generation::promote(oop obj, size_t obj_size) { function in class:Generation
H A DdefNewGeneration.cpp767 obj = _next_gen->promote(old, s);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp429 oop promote(oop obj, size_t obj_size);
H A DconcurrentMarkSweepGeneration.hpp1205 oop promote(oop obj, size_t obj_size);
H A DconcurrentMarkSweepGeneration.cpp398 // Start a cms collection if there isn't enough space to promote
1264 oop ConcurrentMarkSweepGeneration::promote(oop obj, size_t obj_size) {
1276 oop res = _cmsSpace->promote(obj, obj_size);
1282 // Since there's currently no next generation, we don't try to promote
1287 res = _cmsSpace->promote(obj, obj_size);
6187 // thus inviting a younger gen collection to promote into
6285 // promote), so we might as well prevent all young generation
H A DcompactibleFreeListSpace.cpp1430 oop CompactibleFreeListSpace::promote(oop obj, size_t obj_size) { function in class:CompactibleFreeListSpace

Completed in 91 milliseconds