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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp435 int _java_calls; // Number of java calls in the method member in class:Compile
862 bool has_java_calls() const { return _java_calls > 0; }
863 int java_calls() const { return _java_calls; }
891 void set_java_calls(int z) { _java_calls = z; }

Completed in 39 milliseconds