Searched refs:low_boundary (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.cpp574 _high_boundary = low_boundary() + rs.size();
576 _low = low_boundary();
597 _lower_high_boundary = (char*) round_to((intptr_t) low_boundary(), middle_alignment());
602 _lower_high = low_boundary();
648 return pointer_delta(high_boundary(), low_boundary(), sizeof(char));
688 // the low_boundary() and high_boundary() are LargePageSizeInBytes aligned
733 assert(low_boundary() <= lower_high() &&
745 assert(low_boundary() <= lower_high() &&
819 assert(unaligned_new_high >= low_boundary(), "cannot shrink past lower boundary");
827 MAX2(unaligned_new_high, low_boundary());
[all...]
H A Dvirtualspace.hpp216 char* low_boundary() const { return _low_boundary; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.hpp148 char *low_boundary() const { return _memory.low_boundary (); } function in class:CodeHeap
H A DblockOffsetTable.cpp54 _offset_array = (u_char*)_vs.low_boundary();
64 " _vs.low_boundary(): " INTPTR_FORMAT
66 _vs.low_boundary(),
H A Dgeneration.cpp59 _reserved = MemRegion((HeapWord*)_virtual_space.low_boundary(),
105 _virtual_space.low_boundary(),
H A Dheap.cpp134 MemTracker::record_virtual_memory_type((address)_segmap.low_boundary(), mtCode);
H A Duniverse.cpp1424 HeapWord* low_boundary,
1426 assert(low_boundary < high_boundary, "bad interval");
1434 uintptr_t min = (uintptr_t)low_boundary;
1486 (HeapWord*)((uintptr_t)_new_gen->low_boundary + min_new_size + min_old_size),
1423 calculate_verify_data(uintptr_t verify_data[2], HeapWord* low_boundary, HeapWord* high_boundary) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsOldGen.cpp79 MemRegion limit_reserved((HeapWord*)virtual_space()->low_boundary(),
89 _reserved = MemRegion((HeapWord*)virtual_space()->low_boundary(),
436 virtual_space()->low_boundary(),
467 assert(virtual_space()->low_boundary() <= virtual_space()->low(),
471 assert(virtual_space()->low_boundary() == (char*) _reserved.start(),
H A DasPSOldGen.cpp74 _reserved = MemRegion((HeapWord*)virtual_space()->low_boundary(),
H A DobjectStartArray.cpp61 _raw_base = (jbyte*)_virtual_space.low_boundary();
H A DpsVirtualspace.hpp124 char* low_boundary() const { return reserved_low_addr(); } function in class:PSVirtualSpace
H A DpsVirtualspace.cpp246 low_boundary(), high(), high_boundary());
363 high_boundary(), low(), low_boundary());
H A DasPSYoungGen.cpp533 _reserved = MemRegion((HeapWord*)virtual_space()->low_boundary(),
H A DparallelScavengeHeap.cpp252 young_gen()->virtual_space()->low_boundary()),
924 (HeapWord*)space->low_boundary(),
H A DpsYoungGen.cpp60 _reserved = MemRegion((HeapWord*)virtual_space()->low_boundary(),
892 _reserved = MemRegion((HeapWord*)virtual_space()->low_boundary(),
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp161 static address low_bound() { return (address) _heap->low_boundary(); }
H A Dnmethod.cpp1114 address low_boundary = verified_entry_point(); local
1116 low_boundary += NativeJump::instruction_size;
1118 // This means that the low_boundary is going to be a little too high.
1125 RelocIterator iter(this, low_boundary);
1590 address low_boundary = verified_entry_point(); local
1592 low_boundary += NativeJump::instruction_size;
1631 RelocIterator iter(this, low_boundary);
1656 RelocIterator iter(this, low_boundary);
1686 RelocIterator iter(this, low_boundary);
1718 address low_boundary local
[all...]
H A DcodeCache.cpp608 os::register_code_area(_heap->low_boundary(), _heap->high_boundary());
969 _heap->low_boundary(),
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp51 _offset_array = (u_char*)_vs.low_boundary();
61 " _vs.low_boundary(): " INTPTR_FORMAT
63 _vs.low_boundary(),
H A Dg1CollectedHeap.cpp3491 _g1_storage.low_boundary(),

Completed in 114 milliseconds