Searched refs:count_invocations (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp380 bool count_invocations() { return _compilation->count_invocations(); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_Compilation.hpp217 bool count_invocations() { return is_profiling(); } function in class:Compilation
H A Dc1_LIRGenerator.hpp365 if (compilation()->count_invocations()) {
H A Dc1_GraphBuilder.cpp2862 if (std_entry->number_of_preds() > 0 || count_invocations() || count_backedges()) {
/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp337 if (!count_invocations()) return;
414 (target_bci <= cur_bci) && count_invocations() && UseOnStackReplacement;
H A Dparse.hpp371 bool count_invocations() const { return _count_invocations; } function in class:Parse

Completed in 52 milliseconds