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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp432 __ 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); local
713 __ ld_ptr(STATE(_method), G5_method); local
714 __ ld_ptr(Address(G5_method,
719 __ ld_ptr(STATE(_method), G5_method); local
762 __ ld_ptr(STATE(_method), G5_method); local
1705 __ ld_ptr(STATE(_method), G5_method); local
1953 __ ld_ptr(STATE(_result._to_call._callee), G5_method); local
[all...]

Completed in 33 milliseconds