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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp279 bool is_monitor_use(uint off) const { return (is_mon(off) function in class:JVMState
281 || (caller() && caller()->is_monitor_use(off)); }

Completed in 37 milliseconds