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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp297 bool is_valid() const { return top_scope()->is_valid(); }
299 IRScope* top_scope() const { return _top_scope; } function in class:IR
300 int number_of_locks() const { return top_scope()->number_of_locks(); }
301 ciMethod* method() const { return top_scope()->method(); }
302 BlockBegin* start() const { return top_scope()->start(); }
309 int max_stack() const { return top_scope()->max_stack(); } // expensive

Completed in 31 milliseconds