Searched refs:throw_if_not_2 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp853 void InterpreterMacroAssembler::throw_if_not_2( address throw_entry_point, function in class:InterpreterMacroAssembler
874 throw_if_not_2( throw_entry_point, Rscratch, ok);
884 throw_if_not_2( throw_entry_point, Rscratch, ok);
894 throw_if_not_2( throw_entry_point, Rscratch, ok);
914 throw_if_not_2( Interpreter::_throw_NullPointerException_entry, G3_scratch, ptr_ok);
923 throw_if_not_2( Interpreter::_throw_ArrayIndexOutOfBoundsException_entry, G4_scratch, index_ok);
H A Dinterp_masm_sparc.hpp141 void throw_if_not_2( address throw_entry_point, Register Rscratch, Label& ok);
H A DtemplateTable_sparc.cpp3572 __ throw_if_not_2( Interpreter::_throw_NullPointerException_entry, G3_scratch, ok);
3737 __ throw_if_not_2( Interpreter::_throw_NullPointerException_entry, G3_scratch, ok);

Completed in 250 milliseconds