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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp244 bool is_mon(uint i) const { return monoff() <= i && i < scloff(); } function in class:JVMState
276 assert(is_mon(off), "should be called only for monitor edge");
279 bool is_monitor_use(uint off) const { return (is_mon(off)

Completed in 52 milliseconds