< prev index next >

src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp

Print this page

        

*** 471,481 **** __ ldr(rscratch1, Address(rmethod, in_bytes(Method::interpreter_entry_offset()))); __ br(rscratch1); } ! static void gen_i2c_adapter(MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs) { --- 471,481 ---- __ ldr(rscratch1, Address(rmethod, in_bytes(Method::interpreter_entry_offset()))); __ br(rscratch1); } ! void SharedRuntime::gen_i2c_adapter(MacroAssembler *masm, int total_args_passed, int comp_args_on_stack, const BasicType *sig_bt, const VMRegPair *regs) {
< prev index next >