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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp239 int mon_size() const { return scloff() - monoff(); } function in class:JVMState
259 return loc_size() + sp() + mon_size() + scl_size();
271 int nof_monitors() const { return mon_size() >> logMonitorEdges; }
H A DgraphKit.cpp952 l = in_jvms->mon_size();
970 assert(out_jvms->mon_size() == in_jvms->mon_size(), "size must match");

Completed in 265 milliseconds