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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.cpp32 //// PromotionInfo
44 // call PromotionInfo::verify()) because oop_iterate can only add to the
49 void PromotionInfo::promoted_oops_iterate##nv_suffix(OopClosureType* cl) { \
92 markOop PromotionInfo::nextDisplacedHeader() {
117 void PromotionInfo::track(PromotedObject* trackOop) {
121 void PromotionInfo::track(PromotedObject* trackOop, klassOop klassOfOop) {
153 void PromotionInfo::saveDisplacedHeader(markOop hdr) {
172 bool PromotionInfo::ensure_spooling_space_work() {
213 SpoolBlock* PromotionInfo::getSpoolBlock() {
228 void PromotionInfo
[all...]
H A DpromotionInfo.hpp114 friend class PromotionInfo;
138 class PromotionInfo VALUE_OBJ_CLASS_SPEC {
156 PromotionInfo() : function in class:VALUE_OBJ_CLASS_SPEC
H A DcompactibleFreeListSpace.hpp116 PromotionInfo _promoInfo;
655 size_t PromotionInfo::refillSize() const {
H A DconcurrentMarkSweepGeneration.hpp65 class PromotionInfo;
1268 bool expand_and_ensure_spooling_space(PromotionInfo* promo);
H A DconcurrentMarkSweepGeneration.cpp185 PromotionInfo promo;
1368 PromotionInfo* promoInfo = &ps->promo;
1372 // When tracking (see PromotionInfo::track()), the mark word may
3378 PromotionInfo* promo) {

Completed in 66 milliseconds