Searched defs:throw_if_not_2 (Results 1 - 1 of 1) 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);

Completed in 40 milliseconds