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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp144 int _num_calls; // total number of calls in this method member in class:LinearScan
405 int num_calls() const { assert(_num_calls >= 0, "not set"); return _num_calls; }

Completed in 36 milliseconds