Searched defs:top_offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.hpp163 static ByteSize top_offset() { return byte_offset_of(ThreadLocalAllocBuffer, _top ); } function in class:ThreadLocalAllocBuffer
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp223 int top_offset() const { assert(_constants.top().offset() != -1, "not bound yet"); return _constants.top().offset(); } function in class:Compile::ConstantTable

Completed in 35 milliseconds