Searched refs:ContiguousSpace (Results 26 - 33 of 33) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp174 _from_space = new ContiguousSpace();
175 _to_space = new ContiguousSpace();
298 ContiguousSpace* s = from();
845 ContiguousSpace* to_space = to();
H A DcompactingPermGenGen.cpp136 ContiguousSpace* space,
H A Dfilemap.cpp303 bool FileMapInfo::map_space(int i, ReservedSpace rs, ContiguousSpace* space) {
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryPool.cpp177 ContiguousSpacePool::ContiguousSpacePool(ContiguousSpace* space,
H A DmemoryService.cpp225 MemoryPool* MemoryService::add_space(ContiguousSpace* space,
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp542 nonstatic_field(ContiguousSpace, _top, HeapWord*) \
543 nonstatic_field(ContiguousSpace, _concurrent_iteration_safe_limit, HeapWord*) \
544 nonstatic_field(ContiguousSpace, _saved_mark_word, HeapWord*) \
550 nonstatic_field(DefNewGeneration, _from_space, ContiguousSpace*) \
551 nonstatic_field(DefNewGeneration, _to_space, ContiguousSpace*) \
580 nonstatic_field(OneContigSpaceCardGeneration, _the_space, ContiguousSpace*) \
1476 declare_type(ContiguousSpace, CompactibleSpace) \
1477 declare_type(EdenSpace, ContiguousSpace) \
1478 declare_type(OffsetTableContigSpace, ContiguousSpace) \
1518 declare_toplevel_type(ContiguousSpace*) \
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp809 void merge_survivor_plab_arrays(ContiguousSpace* surv, int no_of_gc_threads);
H A DconcurrentMarkSweepGeneration.cpp5148 ContiguousSpace* space,
5185 ContiguousSpace* from_space = dng->from();
5186 ContiguousSpace* to_space = dng->to();
5261 Par_MarkRefsIntoAndScanClosure* cl, ContiguousSpace* space,
5481 void CMSCollector::merge_survivor_plab_arrays(ContiguousSpace* surv,

Completed in 74 milliseconds

12