Searched refs:PermanentGenerationSpec (Results 1 - 15 of 15) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DcompactPermGen.hpp34 class PermanentGenerationSpec;
46 PermanentGenerationSpec* perm_spec);
H A DcompactingPermGenGen.hpp35 class PermanentGenerationSpec;
48 PermanentGenerationSpec* _spec;
71 // in the allocation of PermanentGenerationSpec. The space for the
124 PermanentGenerationSpec* perm_spec);
174 inline PermanentGenerationSpec* spec() const { return _spec; }
175 inline void set_spec(PermanentGenerationSpec* spec) { _spec = spec; }
H A DgenerationSpec.cpp106 PermanentGenerationSpec::PermanentGenerationSpec(PermGen::Name name, function in class:PermanentGenerationSpec
140 PermGen* PermanentGenerationSpec::init(ReservedSpace rs,
189 void PermanentGenerationSpec::align(size_t alignment) {
H A DgenerationSpec.hpp74 class PermanentGenerationSpec : public CHeapObj<mtGC> { class in inherits:CHeapObj
91 PermanentGenerationSpec(PermGen::Name name, size_t init_size,
H A DcollectorPolicy.hpp56 class PermanentGenerationSpec;
61 PermanentGenerationSpec *_permanent_generation;
158 virtual PermanentGenerationSpec *permanent_generation() {
H A DpermGen.cpp124 PermanentGenerationSpec* perm_spec)
H A DgenCollectedHeap.hpp132 char* allocate(size_t alignment, PermanentGenerationSpec* perm_gen_spec,
H A DcompactingPermGenGen.cpp137 PermanentGenerationSpec* spec_) :
H A DcollectorPolicy.cpp146 new PermanentGenerationSpec(pgnm, PermSize, MaxPermSize,
H A DgenCollectedHeap.cpp105 PermanentGenerationSpec *perm_gen_spec =
200 PermanentGenerationSpec* perm_gen_spec,
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryService.hpp47 class PermanentGenerationSpec;
H A DmemoryService.cpp354 PermanentGenerationSpec* spec = perm_gen->spec();
463 PermanentGenerationSpec* spec = perm_gen->spec();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp51 class PermanentGenerationSpec;
H A Dg1CollectedHeap.cpp2013 PermanentGenerationSpec* pgs = collector_policy()->permanent_generation();
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp604 nonstatic_field(PermanentGenerationSpec, _name, PermGen::Name) \
605 nonstatic_field(PermanentGenerationSpec, _init_size, size_t) \
606 nonstatic_field(PermanentGenerationSpec, _max_size, size_t) \
1502 declare_toplevel_type(PermanentGenerationSpec) \

Completed in 111 milliseconds