Home
last modified time | relevance | path

Searched refs:call_site_count (Results 1 – 25 of 62) sorted by relevance

123

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp155 int call_site_count = method()->scale_count(profile.count()); in should_inline() local
159 int freq = call_site_count / invoke_count; in should_inline()
163 (call_site_count >= InlineFrequencyCount) || in should_inline()
170 tty->print_cr("Inlined frequent method (freq=%d count=%d):", freq, call_site_count); in should_inline()
H A DcallGenerator.cpp1050 int call_site_count = caller->scale_count(profile.count()); in for_method_handle_call() local
1052 if (IncrementalInlineMH && call_site_count > 0 && in for_method_handle_call()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp163 int call_site_count = method()->scale_count(profile.count()); in should_inline() local
167 int freq = call_site_count / invoke_count; in should_inline()
171 (call_site_count >= InlineFrequencyCount) || in should_inline()
178 tty->print_cr("Inlined frequent method (freq=%d count=%d):", freq, call_site_count); in should_inline()
H A DcallGenerator.cpp822 int call_site_count = caller->scale_count(profile.count()); in for_method_handle_call() local
824 if (IncrementalInline && call_site_count > 0 && in for_method_handle_call()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp163 int call_site_count = method()->scale_count(profile.count()); in should_inline() local
167 int freq = call_site_count / invoke_count; in should_inline()
171 (call_site_count >= InlineFrequencyCount) || in should_inline()
178 tty->print_cr("Inlined frequent method (freq=%d count=%d):", freq, call_site_count); in should_inline()
H A DcallGenerator.cpp822 int call_site_count = caller->scale_count(profile.count()); in for_method_handle_call() local
824 if (IncrementalInline && call_site_count > 0 && in for_method_handle_call()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp163 int call_site_count = method()->scale_count(profile.count()); in should_inline() local
167 int freq = call_site_count / invoke_count; in should_inline()
171 (call_site_count >= InlineFrequencyCount) || in should_inline()
178 tty->print_cr("Inlined frequent method (freq=%d count=%d):", freq, call_site_count); in should_inline()
H A DcallGenerator.cpp1048 int call_site_count = caller->scale_count(profile.count()); in for_method_handle_call() local
1050 if (IncrementalInlineMH && call_site_count > 0 && in for_method_handle_call()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DbytecodeInfo.cpp156 int call_site_count = method()->scale_count(profile.count()); in should_inline() local
160 int freq = call_site_count / invoke_count; in should_inline()
164 (call_site_count >= InlineFrequencyCount) || in should_inline()
171 tty->print_cr("Inlined frequent method (freq=%d count=%d):", freq, call_site_count); in should_inline()
H A DcallGenerator.cpp815 int call_site_count = caller->scale_count(profile.count()); in for_method_handle_call() local
817 if (IncrementalInline && call_site_count > 0 && in for_method_handle_call()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp164 int call_site_count = method()->scale_count(profile.count()); in should_inline() local
168 int freq = call_site_count / invoke_count; in should_inline()
172 (call_site_count >= InlineFrequencyCount) || in should_inline()
179 tty->print_cr("Inlined frequent method (freq=%d count=%d):", freq, call_site_count); in should_inline()
H A DcallGenerator.cpp838 int call_site_count = caller->scale_count(profile.count()); in for_method_handle_call() local
840 if (IncrementalInline && call_site_count > 0 && in for_method_handle_call()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp155 int call_site_count = method()->scale_count(profile.count()); in should_inline() local
159 int freq = call_site_count / invoke_count; in should_inline()
163 (call_site_count >= InlineFrequencyCount) || in should_inline()
170 tty->print_cr("Inlined frequent method (freq=%d count=%d):", freq, call_site_count); in should_inline()
H A DcallGenerator.cpp770 int call_site_count = caller->scale_count(profile.count()); in for_method_handle_call() local
772 if (IncrementalInline && call_site_count > 0 && in for_method_handle_call()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp155 int call_site_count = method()->scale_count(profile.count()); in should_inline() local
159 int freq = call_site_count / invoke_count; in should_inline()
163 (call_site_count >= InlineFrequencyCount) || in should_inline()
170 tty->print_cr("Inlined frequent method (freq=%d count=%d):", freq, call_site_count); in should_inline()
H A DcallGenerator.cpp770 int call_site_count = caller->scale_count(profile.count()); in for_method_handle_call() local
772 if (IncrementalInline && call_site_count > 0 && in for_method_handle_call()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp163 int call_site_count = method()->scale_count(profile.count()); in should_inline() local
167 int freq = call_site_count / invoke_count; in should_inline()
171 (call_site_count >= InlineFrequencyCount) || in should_inline()
178 tty->print_cr("Inlined frequent method (freq=%d count=%d):", freq, call_site_count); in should_inline()
H A DcallGenerator.cpp845 int call_site_count = caller->scale_count(profile.count()); in for_method_handle_call() local
847 if (IncrementalInline && call_site_count > 0 && in for_method_handle_call()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp163 int call_site_count = method()->scale_count(profile.count()); in should_inline() local
167 int freq = call_site_count / invoke_count; in should_inline()
171 (call_site_count >= InlineFrequencyCount) || in should_inline()
178 tty->print_cr("Inlined frequent method (freq=%d count=%d):", freq, call_site_count); in should_inline()
H A DcallGenerator.cpp838 int call_site_count = caller->scale_count(profile.count()); in for_method_handle_call() local
840 if (IncrementalInline && call_site_count > 0 && in for_method_handle_call()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Ddwarf2out.c2764 static int call_site_count = -1; variable
17418 old_call_site_count = call_site_count; in dwarf2out_abstract_function()
17419 call_site_count = -1; in dwarf2out_abstract_function()
17447 call_site_count = old_call_site_count; in dwarf2out_abstract_function()
18157 if (call_site_count >= 0 in gen_subprogram_die()
18158 && call_site_count == call_site_note_count) in gen_subprogram_die()
18163 call_site_count = -1; in gen_subprogram_die()
20387 call_site_count = -1; in dwarf2out_function_decl()
20671 call_site_count++; in dwarf2out_var_location()
20959 call_site_count = 0; in dwarf2out_begin_function()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddwarf2out.c2802 static int call_site_count = -1; variable
17794 old_call_site_count = call_site_count; in dwarf2out_abstract_function()
17795 call_site_count = -1; in dwarf2out_abstract_function()
17823 call_site_count = old_call_site_count; in dwarf2out_abstract_function()
18543 if (call_site_count >= 0 in gen_subprogram_die()
18544 && call_site_count == call_site_note_count) in gen_subprogram_die()
18549 call_site_count = -1; in gen_subprogram_die()
20843 call_site_count = -1; in dwarf2out_function_decl()
21127 call_site_count++; in dwarf2out_var_location()
21415 call_site_count = 0; in dwarf2out_begin_function()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddwarf2out.c2764 static int call_site_count = -1; variable
17422 old_call_site_count = call_site_count; in dwarf2out_abstract_function()
17423 call_site_count = -1; in dwarf2out_abstract_function()
17451 call_site_count = old_call_site_count; in dwarf2out_abstract_function()
18161 if (call_site_count >= 0 in gen_subprogram_die()
18162 && call_site_count == call_site_note_count) in gen_subprogram_die()
18167 call_site_count = -1; in gen_subprogram_die()
20416 call_site_count = -1; in dwarf2out_function_decl()
20700 call_site_count++; in dwarf2out_var_location()
20988 call_site_count = 0; in dwarf2out_begin_function()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Ddwarf2out.c2990 static int call_site_count = -1; variable
20122 old_call_site_count = call_site_count; in dwarf2out_abstract_function()
20123 call_site_count = -1; in dwarf2out_abstract_function()
20156 call_site_count = old_call_site_count; in dwarf2out_abstract_function()
21031 if (call_site_count >= 0 in gen_subprogram_die()
21032 && call_site_count == call_site_note_count) in gen_subprogram_die()
21037 call_site_count = -1; in gen_subprogram_die()
24099 call_site_count = -1; in dwarf2out_function_decl()
24392 call_site_count++; in dwarf2out_var_location()
24738 call_site_count = 0; in dwarf2out_begin_function()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Ddwarf2out.c2990 static int call_site_count = -1; variable
20122 old_call_site_count = call_site_count; in dwarf2out_abstract_function()
20123 call_site_count = -1; in dwarf2out_abstract_function()
20156 call_site_count = old_call_site_count; in dwarf2out_abstract_function()
21031 if (call_site_count >= 0 in gen_subprogram_die()
21032 && call_site_count == call_site_note_count) in gen_subprogram_die()
21037 call_site_count = -1; in gen_subprogram_die()
24099 call_site_count = -1; in dwarf2out_function_decl()
24392 call_site_count++; in dwarf2out_var_location()
24738 call_site_count = 0; in dwarf2out_begin_function()
[all …]

123