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

/openjdk9/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.hpp129 ByteSize receiver_offset() const { function in class:SharkNativeWrapper
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp2318 int receiver_offset = -1; local
1393 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
/openjdk9/hotspot/src/cpu/arm/vm/
H A DsharedRuntime_arm.cpp1270 int receiver_offset = -1; local
/openjdk9/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1860 int receiver_offset = -1; local
1042 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
H A DsharedRuntime_x86_64.cpp2146 int receiver_offset = -1; local
1130 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DsharedRuntime_ppc.cpp2040 int receiver_offset = -1; local
1208 object_move(MacroAssembler* masm, int frame_size_in_slots, OopMap* oop_map, int oop_handle_offset, bool is_receiver, int* receiver_offset, VMRegPair src, VMRegPair dst, Register r_caller_sp, Register r_temp_1, Register r_temp_2) argument
/openjdk9/hotspot/src/cpu/s390/vm/
H A DsharedRuntime_s390.cpp1849 int receiver_offset = -1; local
971 object_move(MacroAssembler *masm, OopMap *map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int *receiver_offset) argument
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp1631 int receiver_offset = -1; local
913 object_move(MacroAssembler* masm, OopMap* map, int oop_handle_offset, int framesize_in_slots, VMRegPair src, VMRegPair dst, bool is_receiver, int* receiver_offset) argument

Completed in 258 milliseconds