Searched refs:ImethodDataPtr (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp1305 ld_ptr(Lmethod, in_bytes(methodOopDesc::method_data_offset()), ImethodDataPtr);
1307 add(ImethodDataPtr, in_bytes(methodDataOopDesc::data_offset()), ImethodDataPtr);
1318 ld_ptr(Lmethod, in_bytes(methodOopDesc::method_data_offset()), ImethodDataPtr);
1321 add(ImethodDataPtr, in_bytes(methodDataOopDesc::data_offset()), ImethodDataPtr);
1322 add(ImethodDataPtr, O0, ImethodDataPtr);
1326 // Test ImethodDataPtr. If it is null, continue at the specified label
1330 br_null_short(ImethodDataPtr, Assemble
[all...]
H A Dframe_sparc.inline.hpp172 // %%%%% reinterpreting ImethodDataPtr as a mdx
173 return (intptr_t*) sp_addr_at( ImethodDataPtr->sp_offset_in_saved_window());
H A Dregister_definitions_sparc.cpp178 REGISTER_DEFINITION(Register, ImethodDataPtr);
H A Dassembler_sparc.hpp180 REGISTER_DECLARATION(Register, ImethodDataPtr , I2); // Pointer to the current method data
265 #define ImethodDataPtr AS_REGISTER(Register, ImethodDataPtr) macro

Completed in 3126 milliseconds