Searched refs:round_down (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableNUMASpace.cpp116 HeapWord *start = MAX2((HeapWord*)round_down(cur_top, page_size()), s->bottom());
283 HeapWord *end = (HeapWord*)round_down((intptr_t)mr.end(), page_size());
302 HeapWord *end = (HeapWord*)round_down((intptr_t)mr.end(), page_size());
422 pages_available -= round_down(current_chunk_size(j), page_size()) / page_size();
438 limit = round_down(limit, page_size());
489 HeapWord* p = (HeapWord*)round_down((intptr_t) intersection.end(), alignment());
531 HeapWord *p = (HeapWord*)round_down((intptr_t) start, alignment());
567 HeapWord* rounded_end = (HeapWord*)round_down((intptr_t) end(), page_size());
575 rounded_end = (HeapWord*)round_down((intptr_t) end(), page_size());
706 HeapWord *top = MAX2((HeapWord*)round_down((intptr_
[all...]
H A DmutableSpace.cpp49 HeapWord *end = (HeapWord*)round_down((intptr_t) mr.end(), page_size);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.cpp598 _middle_high_boundary = (char*) round_down((intptr_t) high_boundary(), middle_alignment());
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1043 inline intptr_t round_down(intptr_t x, uintx s) { function
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp6493 assert(round_down((uintptr_t)addr, CardTableModRefBS::card_size) <
6494 round_down((uintptr_t)next_card, CardTableModRefBS::card_size),

Completed in 62 milliseconds