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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.hpp129 ByteSize receiver_offset() const { function in class:SharkNativeWrapper
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1344 int* receiver_offset) {
1364 *receiver_offset = (offset_in_older_frame + framesize_in_slots) * VMRegImpl::stack_slot_size;
1376 *receiver_offset = oop_slot * VMRegImpl::stack_slot_size;
2252 int receiver_offset = -1; local
2296 &receiver_offset);
2732 (is_static ? in_ByteSize(klass_offset) : in_ByteSize(receiver_offset)),
1337 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
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1055 int* receiver_offset) {
1077 *receiver_offset = (offset_in_older_frame + framesize_in_slots) * VMRegImpl::stack_slot_size;
1097 *receiver_offset = offset;
1883 int receiver_offset = -1; local
1912 &receiver_offset);
2402 (is_static ? in_ByteSize(klass_offset) : in_ByteSize(receiver_offset)),
1048 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.cpp1064 int* receiver_offset) {
1078 *receiver_offset = (offset_in_older_frame + framesize_in_slots) * VMRegImpl::stack_slot_size;
1114 *receiver_offset = offset;
2059 int receiver_offset = -1; local
2155 &receiver_offset);
2637 (is_static ? in_ByteSize(klass_offset) : in_ByteSize(receiver_offset)),
1057 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
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1124 Node* receiver_offset = load_String_offset(no_ctrl, receiver); local
1125 Node* receiver_start = array_element_address(receiver_val, receiver_offset, T_CHAR);

Completed in 87 milliseconds