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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp1247 static void save_args(MacroAssembler *masm, int arg_count, int first_arg, VMRegPair *args) { argument
1248 for ( int i = first_arg ; i < arg_count ; i++ ) {
1258 static void restore_args(MacroAssembler *masm, int arg_count, int first_arg, VMRegPair *args) { argument
1259 for ( int i = arg_count - 1 ; i >= first_arg ; i-- ) {

Completed in 55 milliseconds