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

/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp276 void test_invocation_counter_for_mdp(Register invocation_count, Register method_counters, Register Rtmp, Label &profile_continue);
H A Dinterp_masm_sparc.cpp1425 void InterpreterMacroAssembler::test_invocation_counter_for_mdp(Register invocation_count, function in class:InterpreterMacroAssembler
H A DtemplateTable_sparc.cpp1691 __ test_invocation_counter_for_mdp(G4_invoke_ctr, G3_method_counters, G1_scratch, Lforward);
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc.hpp215 void test_invocation_counter_for_mdp(Register invocation_count, Register method_counters, Register Rscratch, Label &profile_continue);
H A Dinterp_masm_ppc_64.cpp1145 void InterpreterMacroAssembler::test_invocation_counter_for_mdp(Register invocation_count, function in class:InterpreterMacroAssembler
H A DtemplateTable_ppc_64.cpp1735 __ test_invocation_counter_for_mdp(invoke_ctr, R4_counters, Rscratch2, Lforward);

Completed in 122 milliseconds