Searched refs:throw_if_not_2 (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | interp_masm_sparc.cpp | 853 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 D | interp_masm_sparc.hpp | 141 void throw_if_not_2( address throw_entry_point, Register Rscratch, Label& ok);
|
H A D | templateTable_sparc.cpp | 3572 __ 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