Searched refs:is_profiling (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp213 bool is_profiling() { function in class:Compilation
217 bool count_invocations() { return is_profiling(); }
218 bool count_backedges() { return is_profiling(); }
H A Dc1_Compilation.cpp330 if (is_profiling() && !method()->ensure_method_data()) {
518 if (is_profiling()) {
523 } else if (is_profiling()) {
H A Dc1_GraphBuilder.hpp379 bool is_profiling() { return _compilation->is_profiling(); } function in class:VALUE_OBJ_CLASS_SPEC
H A Dc1_GraphBuilder.cpp978 if (type == T_OBJECT && is_profiling()) {
1166 if (is_profiling()) {
1189 if (is_profiling()) {
1917 if (is_profiling()) {
2001 if (is_profiling()) {
2022 if (is_profiling()) {
3459 if (is_profiling()) {
3660 if (is_profiling() && !callee->ensure_method_data()) {
3719 if (is_profiling()) {
H A Dc1_IR.cpp507 if (compilation()->is_profiling()) {

Completed in 52 milliseconds