Searched refs:total_space (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dstubs.hpp196 int total_space() const { return _buffer_size - 1; } function in class:StubQueue
198 int used_space() const { return total_space() - available_space(); }
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp103 tty->print_cr("total space = %6dK bytes", (int)_code->total_space()/1024);

Completed in 31 milliseconds