Searched refs:result_type_offset (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/share/vm/oops/
H A DconstMethod.hpp508 static ByteSize result_type_offset() function in class:ConstMethod
/openjdk10/hotspot/src/cpu/s390/vm/
H A DstubGenerator_s390.cpp104 #define result_type_offset \ macro
179 (result_address_offset + BytesPerWord == result_type_offset) &&
180 (result_type_offset + BytesPerWord == arguments_tos_address_offset)) {
190 result_type_offset, r_entryframe_fp);
301 __ z_lg(r_arg_result_type, result_type_offset, r_entryframe_fp);
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.cpp872 load_unsigned_byte(rcx, Address(rcx, ConstMethod::result_type_offset()));
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dinterp_masm_arm.cpp823 ldrb(Rtmp, Address(Rtmp, ConstMethod::result_type_offset()));
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.cpp48 ldrb(rscratch1, Address(rscratch1, ConstMethod::result_type_offset()));
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp1060 ldub(G3_scratch, in_bytes(ConstMethod::result_type_offset()), G3_scratch);
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dinterp_masm_ppc_64.cpp763 lbz(ret_type, in_bytes(ConstMethod::result_type_offset()), R11_scratch1);

Completed in 143 milliseconds