Searched refs:_java_calls (Results 1 - 2 of 2) 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; }
H A Dcompile.cpp627 _java_calls(0),
914 _java_calls(0),

Completed in 60 milliseconds