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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp217 bool count_invocations() { return is_profiling(); } function in class:Compilation
H A Dc1_GraphBuilder.hpp380 bool count_invocations() { return _compilation->count_invocations(); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp371 bool count_invocations() const { return _count_invocations; } function in class:Parse

Completed in 35 milliseconds