Lines Matching refs:G5_method
529 __ ld_ptr(G5_method, in_bytes(methodOopDesc::code_offset()), G3_scratch);
548 __ mov(G5_method, L5);
549 __ mov(G5_method, O0); // VM needs target method
560 __ mov(L5, G5_method);
564 __ mov(G5_method, L5);
565 __ mov(G5_method, O0); // VM needs target method
573 __ mov(L5, G5_method);
733 __ ld_ptr(G5_method, in_bytes(methodOopDesc::interpreter_entry_offset()), G3_scratch);
835 // G5_method - Method oop
993 __ ld_ptr(G5_method, in_bytes(methodOopDesc::from_compiled_offset()), G3);
1005 __ st_ptr(G5_method, callee_target_addr);
1054 __ verify_oop(G5_method);
1058 __ ld_ptr(G5_method, compiledICHolderOopDesc::holder_klass_offset(), R_temp);
1064 __ delayed()->ld_ptr(G5_method, compiledICHolderOopDesc::holder_method_offset(), G5_method);
1072 __ ld_ptr(G5_method, in_bytes(methodOopDesc::code_offset()), G3_scratch);
1804 Register temp_reg = G5_method; // not part of any compiled calling seq
1839 member_reg = G5_method; // known to be free at this point
3892 __ get_vm_result(G5_method);
3893 __ stx(G5_method, SP, RegisterSaver::G5_offset()+STACK_BIAS);