Searched refs:alignment_unit (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp79 static int alignment_unit(); // guaranteed alignment of all CodeBlobs
H A DcodeCache.cpp290 int CodeCache::alignment_unit() { function in class:CodeCache
291 return (int)_heap->alignment_unit();
/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.hpp143 size_t alignment_unit() const; // alignment of any block
H A Dheap.cpp255 size_t CodeHeap::alignment_unit() const { function in class:CodeHeap
263 // equal to alignment_offset (mod alignment_unit).

Completed in 35 milliseconds