Searched refs:stat_record (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MarkSweep.cpp82 sh->perm_gen()->stat_record()->invocations++;
/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp94 gch->perm_gen()->stat_record()->invocations++;
H A DgenCollectedHeap.cpp519 _gens[i]->stat_record()->invocations++;
520 _gens[i]->stat_record()->accumulated_time.start();
530 _gens[i]->stat_record()->invocations,
606 _gens[i]->stat_record()->accumulated_time.stop();
H A Dgeneration.hpp614 StatRecord* stat_record() { return &_stat_record; } function in class:Generation
H A Dgeneration.cpp113 StatRecord* sr = stat_record();
H A Dspace.hpp535 int invocations = SharedHeap::heap()->perm_gen()->stat_record()->invocations;\

Completed in 69 milliseconds