Searched refs:ok_condition (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp137 void throw_if_not_1_icc( Condition ok_condition, Label& ok );
138 void throw_if_not_1_xcc( Condition ok_condition, Label& ok );
139 void throw_if_not_1_x ( Condition ok_condition, Label& ok ); // chooses icc or xcc based on _LP64
143 void throw_if_not_icc( Condition ok_condition, address throw_entry_point, Register Rscratch );
144 void throw_if_not_xcc( Condition ok_condition, address throw_entry_point, Register Rscratch );
145 void throw_if_not_x ( Condition ok_condition, address throw_entry_point, Register Rscratch );
H A Dinterp_masm_sparc.cpp832 void InterpreterMacroAssembler::throw_if_not_1_icc( Condition ok_condition, argument
835 br(ok_condition, true, pt, ok);
839 void InterpreterMacroAssembler::throw_if_not_1_xcc( Condition ok_condition, argument
842 bp( ok_condition, true, Assembler::xcc, pt, ok);
846 void InterpreterMacroAssembler::throw_if_not_1_x( Condition ok_condition, argument
849 brx(ok_condition, true, pt, ok);
866 void InterpreterMacroAssembler::throw_if_not_icc( Condition ok_condition, argument
870 if (ok_condition != never) {
871 throw_if_not_1_icc( ok_condition, ok);
876 void InterpreterMacroAssembler::throw_if_not_xcc( Condition ok_condition, argument
886 throw_if_not_x( Condition ok_condition, address throw_entry_point, Register Rscratch ) argument
[all...]

Completed in 33 milliseconds