Searched refs:increment_invocation_counter (Results 1 - 11 of 11) sorted by relevance

/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp263 void increment_invocation_counter( Register Rcounters, Register Rtmp, Register Rtmp2 );
H A DtemplateInterpreterGenerator_sparc.cpp525 __ increment_invocation_counter(G3_method_counters, O0, G4_scratch);
H A Dinterp_masm_sparc.cpp2413 void InterpreterMacroAssembler::increment_invocation_counter( Register Rcounters, Register Rtmp, Register Rtmp2 ) { function in class:InterpreterMacroAssembler
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc.hpp205 void increment_invocation_counter(Register iv_be_count, Register Rtmp1, Register Rtmp2_r0);
H A Dinterp_masm_ppc_64.cpp2238 void InterpreterMacroAssembler::increment_invocation_counter(Register Rcounters, function in class:InterpreterMacroAssembler
H A DtemplateInterpreterGenerator_ppc.cpp794 __ increment_invocation_counter(R3_counters, Rsum_ivc_bec, R12_scratch2);
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dinterp_masm_s390.hpp252 void increment_invocation_counter(Register Rcounters, Register RctrSum);
H A Dinterp_masm_s390.cpp1866 void InterpreterMacroAssembler::increment_invocation_counter(Register Rcounters, Register RctrSum) { function in class:InterpreterMacroAssembler
H A DtemplateInterpreterGenerator_s390.cpp799 __ increment_invocation_counter(m_counters, counter_sum);
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp375 void increment_invocation_counter(CodeEmitInfo *info) { function in class:LIRGenerator
H A Dc1_LIRGenerator.cpp2867 increment_invocation_counter(info);

Completed in 200 milliseconds