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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp382 bool is_osr_parse() const { return _entry_bci != InvocationEntryBci; } function in class:Parse
383 int osr_bci() const { assert(is_osr_parse(),""); return _entry_bci; }

Completed in 145 milliseconds