Searched refs:high_boundary (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.hpp150 char *high_boundary() const { return _memory.high_boundary(); } function in class:CodeHeap
H A Dgeneration.cpp60 (HeapWord*)_virtual_space.high_boundary());
107 _virtual_space.high_boundary());
H A Duniverse.cpp1425 HeapWord* high_boundary) {
1426 assert(low_boundary < high_boundary, "bad interval");
1433 uintptr_t max = (uintptr_t)high_boundary - min_object_size*wordSize;
1487 _perm_gen->high_boundary);
1423 calculate_verify_data(uintptr_t verify_data[2], HeapWord* low_boundary, HeapWord* high_boundary) argument
H A DblockOffsetTable.cpp65 " _vs.high_boundary(): " INTPTR_FORMAT,
67 _vs.high_boundary());
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.cpp598 _middle_high_boundary = (char*) round_down((intptr_t) high_boundary(), middle_alignment());
599 _upper_high_boundary = high_boundary();
648 return pointer_delta(high_boundary(), low_boundary(), sizeof(char));
684 assert(unaligned_new_high <= high_boundary(),
688 // the low_boundary() and high_boundary() are LargePageSizeInBytes aligned
917 assert(upper_high_boundary() <= high_boundary(), "upper high boundary");
928 tty->print_cr(" - [low_b, high_b]: [" INTPTR_FORMAT ", " INTPTR_FORMAT "]", low_boundary(), high_boundary());
H A Dvirtualspace.hpp217 char* high_boundary() const { return _high_boundary; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DasPSOldGen.cpp75 (HeapWord*)virtual_space()->high_boundary());
H A DpsOldGen.cpp90 (HeapWord*)virtual_space()->high_boundary());
438 virtual_space()->high_boundary());
469 assert(virtual_space()->high_boundary() >= virtual_space()->high(),
473 assert(virtual_space()->high_boundary() == (char*) _reserved.end(),
H A DpsVirtualspace.hpp125 char* high_boundary() const { return reserved_high_addr(); } function in class:PSVirtualSpace
H A DpsVirtualspace.cpp246 low_boundary(), high(), high_boundary());
363 high_boundary(), low(), low_boundary());
H A DasPSYoungGen.cpp534 (HeapWord*)virtual_space()->high_boundary());
H A DparallelScavengeHeap.cpp251 (old_gen()->virtual_space()->high_boundary() ==
926 (HeapWord*)space->high_boundary());
H A DpsYoungGen.cpp61 (HeapWord*)virtual_space()->high_boundary());
893 (HeapWord*)virtual_space()->high_boundary());
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp162 static address high_bound() { return (address) _heap->high_boundary(); }
H A DcodeCache.cpp608 os::register_code_area(_heap->low_boundary(), _heap->high_boundary());
971 _heap->high_boundary());
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp62 " _vs.high_boundary(): " INTPTR_FORMAT,
64 _vs.high_boundary());
H A Dg1CollectedHeap.cpp3493 _g1_storage.high_boundary());

Completed in 86 milliseconds