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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodOop.hpp181 int interpreter_kind(void) const { return _interpreter_kind; } function in class:constMethodOopDesc
H A DmethodOop.hpp396 int interpreter_kind(void) { function in class:methodOopDesc
397 return constMethod()->interpreter_kind();

Completed in 34 milliseconds