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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp91 // This is only valid when is_interp_only_mode() returns true
139 bool is_interp_only_mode() { return _thread->is_interp_only_mode(); } function in class:JvmtiThreadState
153 // Current stack depth is only valid when is_interp_only_mode() returns true.
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1588 bool is_interp_only_mode() { return (_interp_only_mode != 0); } function in class:JavaThread

Completed in 41 milliseconds