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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp251 bool has_method() const { return _method != NULL; } function in class:JVMState
252 ciMethod* method() const { assert(has_method(), ""); return _method; }
H A Dcompile.hpp948 bool has_method() { return method() != NULL; } function in class:Compile

Completed in 31 milliseconds