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

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

Completed in 96 milliseconds