Searched refs:is_reserved (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DobjectStartArray.cpp51 if (!backing_store.is_reserved()) {
H A DparallelScavengeHeap.cpp152 if (addr != NULL && !heap_rs.is_reserved()) {
159 if (addr != NULL && !heap_rs0.is_reserved()) {
180 if (!heap_rs.is_reserved()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CardCounts.cpp79 if (!rs.is_reserved()) {
H A Dg1BlockOffsetTable.cpp42 if (!rs.is_reserved()) {
H A Dg1CollectedHeap.cpp2043 if (addr != NULL && !heap_rs.is_reserved()) {
2052 if (addr != NULL && !heap_rs0.is_reserved()) {
2066 if (!heap_rs.is_reserved()) {
H A DconcurrentMark.cpp62 guarantee(brs.is_reserved(), "couldn't allocate concurrent marking bit map");
/openjdk7/hotspot/src/share/vm/memory/
H A DgenerationSpec.cpp151 if (!perm_rs.is_reserved() ||
H A DgenCollectedHeap.cpp139 if (!heap_rs.is_reserved() || heap_address != heap_rs.base()) {
140 if (heap_rs.is_reserved()) {
150 if (!heap_rs.is_reserved()) {
259 if (heap_address != NULL && !heap_rs->is_reserved()) {
267 if (heap_address != NULL && !heap_rs->is_reserved()) {
H A DblockOffsetTable.cpp45 if (!rs.is_reserved()) {
H A DcardTableModRefBS.cpp99 if (!heap_rs.is_reserved()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.hpp110 bool is_reserved() const { return _base != NULL; } function in class:VALUE_OBJ_CLASS_SPEC
H A Dvirtualspace.cpp462 if (is_reserved()) {
571 if(!rs.is_reserved()) return false; // allocation failed.
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp6519 if (!brs.is_reserved()) {
6607 if (!rs.is_reserved()) {
6646 if (rs.is_reserved()) {

Completed in 133 milliseconds