Searched refs:profile_null_seen (Results 1 - 18 of 18) sorted by relevance

/openjdk9/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.hpp264 void profile_null_seen(Register mdp);
H A DtemplateTable_x86.cpp1067 __ profile_null_seen(rbx);
4087 __ profile_null_seen(rcx);
4151 __ profile_null_seen(rcx);
H A Dinterp_masm_x86.cpp1788 void InterpreterMacroAssembler::profile_null_seen(Register mdp) { function in class:InterpreterMacroAssembler
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.hpp260 void profile_null_seen(Register mdp);
H A DtemplateTable_aarch64.cpp1065 __ profile_null_seen(r2);
3598 __ profile_null_seen(r2);
3652 __ profile_null_seen(r2);
H A Dinterp_masm_aarch64.cpp1326 void InterpreterMacroAssembler::profile_null_seen(Register mdp) { function in class:InterpreterMacroAssembler
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp315 void profile_null_seen(Register scratch);
H A DtemplateTable_sparc.cpp914 __ profile_null_seen(G3_scratch);
3595 __ profile_null_seen(G3_scratch);
3651 __ profile_null_seen(G3_scratch);
H A Dinterp_masm_sparc.cpp1876 void InterpreterMacroAssembler::profile_null_seen(Register scratch) { function in class:InterpreterMacroAssembler
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc.hpp243 void profile_null_seen(Register Rscratch1, Register Rscratch2);
H A DtemplateTable_ppc_64.cpp965 __ profile_null_seen(Rscratch, Rscratch2);
3898 __ profile_null_seen(R11_scratch1, Rtags); // Rtags used as scratch.
3962 __ profile_null_seen(Rcpool, Rtags); // Rcpool and Rtags used as scratch.
H A Dinterp_masm_ppc_64.cpp1606 void InterpreterMacroAssembler::profile_null_seen(Register Rscratch1, Register Rscratch2) { function in class:InterpreterMacroAssembler
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dinterp_masm_s390.hpp299 void profile_null_seen(Register mdp);
H A DtemplateTable_s390.cpp1159 __ profile_null_seen(tmp1);
3922 __ profile_null_seen(Z_tmp_1);
3993 __ profile_null_seen(Z_tmp_1);
H A Dinterp_masm_s390.cpp1478 void InterpreterMacroAssembler::profile_null_seen(Register mdp) { function in class:InterpreterMacroAssembler
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dinterp_masm_arm.hpp309 void profile_null_seen(Register mdp); // Sets mdp.
H A DtemplateTable_arm.cpp1264 __ profile_null_seen(R0_tmp);
4661 __ profile_null_seen(R1_tmp);
4741 __ profile_null_seen(R1_tmp);
H A Dinterp_masm_arm.cpp1655 void InterpreterMacroAssembler::profile_null_seen(Register mdp) {

Completed in 425 milliseconds