Lines Matching refs:G5_method
497 const Address size_of_parameters(G5_method, methodOopDesc::size_of_parameters_offset());
498 const Address size_of_locals (G5_method, methodOopDesc::size_of_locals_offset());
499 const Address max_stack (G5_method, methodOopDesc::max_stack_offset());
576 __ ld_ptr(G5_method, methodOopDesc::const_offset(), Lbcp);
579 __ mov( G5_method, Lmethod); // set Lmethod
610 __ verify_oop(G5_method);
665 __ ld_ptr(G5_method, methodOopDesc::const_offset(), G1_scratch);
674 __ ld_ptr(G5_method, methodOopDesc::const_offset(), G3_scratch);
828 assert_different_registers(G2_thread, G5_method, Gargs, Gtmp1, Gtmp2);
832 __ verify_oop(G5_method);
840 __ ld(G5_method, methodOopDesc::access_flags_offset(), Gtmp1);
1260 assert_different_registers(G2_thread, G5_method, Gargs, Gtmp1, Gtmp2);
1262 const Address size_of_parameters(G5_method, methodOopDesc::size_of_parameters_offset());
1263 const Address size_of_locals (G5_method, methodOopDesc::size_of_locals_offset());
1264 // Seems like G5_method is live at the point this is used. So we could make this look consistent
1268 __ verify_oop(G5_method);
1276 __ ld(G5_method, methodOopDesc::access_flags_offset(), Gtmp1);
1432 // G5_method: holds the methodOop of the method to call
1464 // g5 G5_method: method to activate