Searched refs:scloff (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp533 depth(), locoff(), stkoff(), argoff(), monoff(), scloff(), endoff(), monitor_depth(), sp(), bci(), should_reexecute()?"true":"false");
1015 int scloff = jvms->scloff(); local
1023 jvms->set_scloff(scloff + grow_by);
1033 int nextmon = jvms()->scloff();
1050 int scloff = jvms()->scloff(); local
1052 int new_scloff = scloff - MonitorEdges;
1056 while (scloff > new_scloff) del_req(--scloff);
[all...]
H A Dcallnode.hpp227 // \ locoff \ stkoff \ argoff \ monoff \ scloff \ endoff
232 uint scloff() const { return _scloff; } function in class:JVMState
239 int mon_size() const { return scloff() - monoff(); }
240 int scl_size() const { return endoff() - scloff(); }
244 bool is_mon(uint i) const { return monoff() <= i && i < scloff(); }
245 bool is_scl(uint i) const { return scloff() <= i && i < endoff(); }
H A Dmacro.cpp98 jvms->set_scloff(jvms->scloff()+jvms_adj);
H A DgraphKit.cpp958 k = in_jvms->scloff();

Completed in 288 milliseconds