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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreterGenerator_sparc.hpp31 void generate_stack_overflow_check(Register Rframe_size, Register Rscratch,
H A DtemplateInterpreter_sparc.cpp396 void TemplateInterpreterGenerator::generate_stack_overflow_check(Register Rframe_size, argument
402 assert_different_registers(Rframe_size, Rscratch, Rscratch2);
405 __ cmp_and_br_short(Rframe_size, Rscratch, Assembler::lessEqual, Assembler::pt, after_frame_check);
433 __ add( Rscratch, Rframe_size, Rscratch );

Completed in 1433 milliseconds