Searched defs:old_space (Results 1 - 6 of 6) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DpsMarkSweep.cpp436 MutableSpace* const old_space = old_gen->object_space(); local
H A DpsPromotionManager.cpp296 MutableSpace* old_space = heap->old_gen()->object_space(); local
H A DpsParallelCompact.cpp1607 MutableSpace* const old_space = _space_info[old_space_id].space(); local
2007 MutableSpace* const old_space = old_gen->object_space(); local
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DgcTraceSend.cpp372 const SpaceSummary& old_space = ps_heap_summary->old_space(); local
H A DgcHeapSummary.hpp116 PSHeapSummary(VirtualSpaceSummary& heap_space, size_t heap_used, VirtualSpaceSummary old, SpaceSummary old_space, VirtualSpaceSummary young, SpaceSummary eden, SpaceSummary from, SpaceSummary to) : argument
119 const SpaceSummary& old_space() const { return _old_space; } function in class:PSHeapSummary
/openjdk9/hotspot/src/share/vm/opto/
H A Dnode.cpp1553 find_recur(Compile::current(), result, (Node*) this, idx, false, &old_space, &new_space ); local
1563 find_recur(Compile::current(), result, (Node*) this, idx, true, &old_space, local
1505 find_recur(Compile* C, Node* &result, Node *n, int idx, bool only_ctrl, VectorSet* old_space, VectorSet* new_space ) argument
2100 verify_recur(const Node *n, int verify_depth, VectorSet &old_space, VectorSet &new_space) argument
[all...]

Completed in 49 milliseconds