Searched refs:ASPSOldGen (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DasPSOldGen.hpp35 class ASPSOldGen : public PSOldGen { class in inherits:PSOldGen
40 ASPSOldGen(size_t initial_byte_size,
44 ASPSOldGen(PSVirtualSpace* vs,
66 virtual const char* short_name() const { return "ASPSOldGen"; }
H A DasPSOldGen.cpp36 // ASPSOldGen takes the upper limit on the size of
37 // the generation as a parameter. In ASPSOldGen the
44 // is how it always worked. In ASPSOldGen max_gen_size()
50 ASPSOldGen::ASPSOldGen(size_t initial_size, function in class:ASPSOldGen
60 ASPSOldGen::ASPSOldGen(PSVirtualSpace* vs, function in class:ASPSOldGen
73 void ASPSOldGen::reset_after_change() {
80 size_t ASPSOldGen::available_for_expansion() {
90 size_t ASPSOldGen
[all...]
H A DvmStructs_parallelgc.hpp83 declare_type(ASPSOldGen, PSOldGen) \
96 declare_toplevel_type(ASPSOldGen*) \
H A DadjoiningGenerations.cpp32 // gen with ASPSYoungGen and ASPSOldGen, respectively. Revert to
68 _old_gen = new ASPSOldGen(_virtual_spaces.low(),

Completed in 36 milliseconds