Searched defs:heap_alignment (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/test/native/gc/shared/
H A Dtest_collectorPolicy.cpp164 size_t heap_alignment = CollectorPolicy::compute_heap_alignment(); local
184 size_t heap_alignment = CollectorPolicy::compute_heap_alignment(); local
200 size_t heap_alignment = CollectorPolicy::compute_heap_alignment(); local
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DcollectorPolicy.hpp99 size_t heap_alignment() { return _heap_alignment; } function in class:CollectorPolicy
H A DgenCollectedHeap.cpp118 size_t heap_alignment = collector_policy()->heap_alignment(); local
/openjdk10/hotspot/src/share/vm/runtime/
H A DcommandLineFlagConstraintsGC.cpp637 size_t heap_alignment; local
H A Darguments.cpp1754 size_t heap_alignment = GenCollectedHeap::conservative_max_heap_alignment(); local
/openjdk10/hotspot/src/share/vm/code/
H A DcodeCache.cpp311 size_t CodeCache::heap_alignment() { function in class:CodeCache
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1CollectedHeap.cpp1663 size_t heap_alignment = collector_policy()->heap_alignment(); local

Completed in 179 milliseconds