Searched defs:from_space (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsYoungGen.hpp114 MutableSpace* from_space() const { return _from_space; } function in class:PSYoungGen
H A DpsParallelCompact.cpp926 _space_info[from_space_id].set_space(young_gen->from_space());
1012 _space_info[from_space_id].set_space(heap->young_gen()->from_space());
1067 MutableSpace* const from_space = _space_info[from_space_id].space(); local
1081 bool young_gen_empty = eden_empty && from_space->is_empty() &&
1602 MutableSpace* const from_space = _space_info[from_space_id].space(); local
1605 const size_t from_live = pointer_delta(from_space->top(),
1611 const size_t from_free = pointer_delta(from_space->end(), from_space->top());
1626 space = from_space;
2172 young_gen->from_space()
[all...]

Completed in 55 milliseconds