Lines Matching defs:G5_method

432   __ verify_oop(G5_method);
484 __ ld_ptr(Address(G5_method, 0, in_bytes(methodOopDesc::const_offset())), G1_scratch);
493 __ ld_ptr(G5_method, in_bytes(methodOopDesc::const_offset()), G3_scratch);
587 const Address size_of_parameters(G5_method, 0, in_bytes(methodOopDesc::size_of_parameters_offset()));
592 assert_different_registers(G2_thread, G5_method, Gargs, Gtmp1, Gtmp2);
594 const Address access_flags (G5_method, 0, in_bytes(methodOopDesc::access_flags_offset()));
599 __ verify_oop(G5_method);
682 __ ld_ptr(STATE(_method), G5_method);
713 __ ld_ptr(STATE(_method), G5_method);
714 __ ld_ptr(Address(G5_method, 0, in_bytes(methodOopDesc::signature_handler_offset())), G3_scratch);
718 __ call_VM(noreg, CAST_FROM_FN_PTR(address, InterpreterRuntime::prepare_native_call), G5_method, false);
719 __ ld_ptr(STATE(_method), G5_method);
724 __ ld_ptr(Address(G5_method, 0, in_bytes(methodOopDesc::signature_handler_offset())), G3_scratch);
762 __ ld_ptr(STATE(_method), G5_method);
768 ld_ptr(Address(G5_method, 0, in_bytes(methodOopDesc::native_function_offset())), O0);
772 __ ld_ptr(Address(G5_method, 0, in_bytes(methodOopDesc:: const_offset())), O1);
1040 // G5_method - caller's method
1052 const Address constMethod (G5_method, 0, in_bytes(methodOopDesc::const_offset()));
1053 const Address access_flags (G5_method, 0, in_bytes(methodOopDesc::access_flags_offset()));
1054 const Address size_of_parameters(G5_method, 0, in_bytes(methodOopDesc::size_of_parameters_offset()));
1055 const Address max_stack (G5_method, 0, in_bytes(methodOopDesc::max_stack_offset()));
1056 const Address size_of_locals (G5_method, 0, in_bytes(methodOopDesc::size_of_locals_offset()));
1069 // XXX G5_method valid
1132 // G5_method - method
1149 __ ld_ptr(G5_method, in_bytes(methodOopDesc::const_offset()), O2); // get constMethodOop
1155 __ st_ptr(G5_method, XXX_STATE(_method));
1488 const Address size_of_parameters(G5_method, 0, in_bytes(methodOopDesc::size_of_parameters_offset()));
1489 const Address size_of_locals (G5_method, 0, in_bytes(methodOopDesc::size_of_locals_offset()));
1523 // G5_method: methodOop
1543 const Address constMethod (G5_method, 0, in_bytes(methodOopDesc::const_offset()));
1544 const Address access_flags (G5_method, 0, in_bytes(methodOopDesc::access_flags_offset()));
1545 const Address size_of_parameters(G5_method, 0, in_bytes(methodOopDesc::size_of_parameters_offset()));
1546 const Address max_stack (G5_method, 0, in_bytes(methodOopDesc::max_stack_offset()));
1547 const Address size_of_locals (G5_method, 0, in_bytes(methodOopDesc::size_of_locals_offset()));
1705 __ ld_ptr(STATE(_method), G5_method);
1953 __ ld_ptr(STATE(_result._to_call._callee), G5_method);