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

/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp1087 static void save_args(MacroAssembler *masm, int arg_count, int first_arg, VMRegPair *args) { argument
1099 static void restore_args(MacroAssembler *masm, int arg_count, int first_arg, VMRegPair *args) { argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp1326 static void save_args(MacroAssembler *masm, int arg_count, int first_arg, VMRegPair *args) { argument
1337 static void restore_args(MacroAssembler *masm, int arg_count, int first_arg, VMRegPair *args) { argument

Completed in 50 milliseconds