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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp80 static int alignment_offset(); // guaranteed offset of first CodeBlob byte within alignment unit (i.e., allocation header)
H A DcodeCache.cpp295 int CodeCache::alignment_offset() { function in class:CodeCache
296 return (int)_heap->alignment_offset();
/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.hpp144 size_t alignment_offset() const; // offset of first byte of any block, within the enclosing alignment unit
H A Dheap.cpp261 size_t CodeHeap::alignment_offset() const { function in class:CodeHeap
263 // equal to alignment_offset (mod alignment_unit).

Completed in 42 milliseconds