Searched refs:receiver (Results 76 - 100 of 136) sorted by relevance

123456

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_64.cpp500 // Unlock the receiver if this is a synchronized method.
1085 void InterpreterMacroAssembler::profile_virtual_call(Register receiver, argument
1098 testptr(receiver, receiver);
1100 // We are making a call. Increment the count for null receiver.
1106 // Record the receiver type.
1107 record_klass_in_profile(receiver, mdp, reg2, true);
1120 // The machine visits each row (of receiver/count) until the receiver type
1123 // receiver, an
1129 record_klass_in_profile_helper( Register receiver, Register mdp, Register reg2, int start_row, Label& done, bool is_virtual_call) argument
1233 record_klass_in_profile(Register receiver, Register mdp, Register reg2, bool is_virtual_call) argument
[all...]
H A DvtableStubs_x86_32.cpp45 extern "C" void bad_compiled_vtable_index(JavaThread* thread, oop receiver, int index);
50 // rcx - receiver (always first argument)
73 // get receiver (need to skip return address on top of stack)
74 assert(VtableStub::receiver_location() == rcx->as_VMReg(), "receiver expected in rcx");
76 // get receiver klass
107 // rax,: receiver klass
109 // rcx: receiver
149 // get receiver (need to skip return address on top of stack)
151 assert(VtableStub::receiver_location() == rcx->as_VMReg(), "receiver expected in rcx");
153 // get receiver klas
[all...]
H A DvtableStubs_x86_64.cpp46 oop receiver,
63 // get receiver (need to skip return address on top of stack)
64 assert(VtableStub::receiver_location() == j_rarg0->as_VMReg(), "receiver expected in j_rarg0");
68 // get receiver klass
100 // rax: receiver klass
102 // rcx: receiver
146 // get receiver (need to skip return address on top of stack)
148 assert(VtableStub::receiver_location() == j_rarg0->as_VMReg(), "receiver expected in j_rarg0");
149 // get receiver klass (also an implicit null-check)
172 // j_rarg0: receiver
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp735 void SharkTopLevelBlock::call_register_finalizer(Value *receiver) { argument
743 receiver,
763 call_vm(builder()->register_finalizer(), receiver, EX_CHECK_FULL);
1047 // Attempt to improve the receiver
1095 // with non-monomorphic targets if the receiver has an exact
1110 Value *SharkTopLevelBlock::get_virtual_callee(SharkValue* receiver, argument
1113 receiver->jobject_value(),
1128 Value* SharkTopLevelBlock::get_interface_callee(SharkValue *receiver, argument
1136 // Locate the receiver's itable
1138 receiver
1270 SharkValue *receiver = NULL; local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallingContext.java188 * Once {@link #loader} is completed, this receiver
191 public Receiver receiver; field in class:UnmarshallingContext.State
281 receiver = null;
394 last.receiver = null;
515 Receiver recv = child.receiver;
1039 state.receiver = this;
1054 state.receiver = this;
1090 state.receiver = this;
H A DLoader.java92 state.receiver = null;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.hpp254 // Helper for getting receiver in register.
296 void record_klass_in_profile(Register receiver, Register scratch, bool is_virtual_call);
297 void record_klass_in_profile_helper(Register receiver, Register scratch,
310 void profile_virtual_call(Register receiver, Register scratch, bool receiver_can_be_null = false);
H A DvtableStubs_sparc.cpp46 extern "C" void bad_compiled_vtable_index(JavaThread* thread, oopDesc* receiver, int index);
66 assert(VtableStub::receiver_location() == O0->as_VMReg(), "receiver expected in O0");
68 // get receiver klass
140 assert(VtableStub::receiver_location() == O0->as_VMReg(), "receiver expected in O0");
142 // get receiver klass (also an implicit null-check)
/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp469 void Parse::profile_call(Node* receiver) { argument
475 profile_receiver_type(receiver);
498 void Parse::profile_receiver_type(Node* receiver) { argument
522 method_data, receiver);
H A Dparse.hpp113 // The receiver is the inline tree for the caller.
565 void profile_call(Node* receiver);
567 void profile_receiver_type(Node* receiver);
H A Druntime.hpp240 static void profile_receiver_type_C(DataLayout* data, oopDesc* receiver);
H A Dlibrary_call.cpp1061 Node* receiver = null_check(argument(0)); local
1066 set_result(make_string_method_node(Op_StrComp, receiver, arg));
1072 Node* receiver = null_check_receiver(); local
1085 Node* cmp = _gvn.transform(new (C) CmpPNode(receiver, argument));
1090 // receiver == argument
1122 // Get start addr of receiver
1123 Node* receiver_val = load_String_value(no_ctrl, receiver);
1124 Node* receiver_offset = load_String_offset(no_ctrl, receiver);
1127 // Get length of receiver
1128 Node* receiver_cnt = load_String_length(no_ctrl, receiver);
1311 Node* receiver = argument(0); local
2321 Node* receiver = argument(0); // type: oop local
2629 Node* receiver = NULL; local
2810 Node* receiver = argument(0); // type: oop local
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp577 assert(args_size <= caller.interpreter_frame_expression_stack_size(), "receiver must be on interpreter stack");
579 assert(Universe::heap()->is_in(result) && result->is_oop(), "receiver must be an oop");
1011 // Finds receiver, CallInfo (i.e. receiver method), and calling bytecode)
1025 // Finds receiver, CallInfo (i.e. receiver method), and calling bytecode
1032 Handle receiver; local
1046 // Find receiver for non-static call
1049 // This register map must be update since we need to find the receiver for
1050 // compiled frames. The receiver migh
1183 Handle receiver = find_callee_info(thread, invoke_code, local
1396 Handle receiver = find_callee_info(thread, bc, call_info, local
[all...]
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandle.java137 * must be a valid argument to the receiver's {@link #asType asType} method.
225 * receiver argument, prepended before any other arguments.
226 * In the method handle's type, the initial receiver argument is typed
229 * the type of the receiver is the class named in the constant pool entry.)
241 * of a class outside the current package, the receiver argument will
245 * always looked up in the receiver (that is, the first argument).
249 * receiver type. Such a method handle simulates the effect of
1297 MethodHandle bindReceiver(Object receiver) { argument
1299 return bindArgument(0, 'L', receiver);
1311 MethodType type2 = type.dropParameterTypes(pos, pos + 1); // adjustment: ignore receiver!
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DSingleMapNodeProperty.java212 state.receiver = keyReceiver;
217 state.receiver = valueReceiver;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDropTargetProtocol.java175 throw new XException("Cannot write Motif receiver info property");
249 throw new XException("Cannot write Motif receiver info property");
508 long receiver =
512 if (receiver != 0) {
513 XBaseWindow xbasewindow = XToolkit.windowToXWindow(receiver);
650 long receiver =
654 if (receiver != 0) {
655 XBaseWindow xbasewindow = XToolkit.windowToXWindow(receiver);
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp660 // extract receiver from the outgoing argument list if necessary
661 Handle receiver(thread, NULL);
667 receiver = Handle(thread,
669 assert(Universe::heap()->is_in_reserved_or_null(receiver()),
671 assert(receiver.is_null() ||
672 Universe::heap()->is_in_reserved(receiver->klass()),
682 LinkResolver::resolve_invoke(info, receiver, pool,
693 LinkResolver::resolve_invoke(info, receiver, pool,
1126 (method->is_static() ? "static" : "receiver"),
1220 int size_of_arguments = (asc.size() + (invoke.has_receiver() ? 1 : 0)); // receiver
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1304 LIRItem receiver(x->argument_at(0), this);
1306 receiver.load_item();
1308 signature.append(T_OBJECT); // receiver
1310 args->append(receiver.result());
2626 Local* receiver = x->state()->local_at(0)->as_Local(); local
2627 assert(receiver != NULL, "must already exist");
2628 obj = receiver->operand();
2639 // receiver is guaranteed non-NULL so don't need CodeEmitInfo
2688 LIRItem* receiver = args->at(0); local
2691 receiver
2705 LIRItem* receiver = new LIRItem(x->receiver(), this); local
2745 LIR_Opr receiver = LIR_OprFact::illegalOpr; local
[all...]
H A Dc1_GraphBuilder.hpp341 bool try_inline( ciMethod* callee, bool holder_known, Bytecodes::Code bc = Bytecodes::_illegal, Value receiver = NULL);
343 bool try_inline_full( ciMethod* callee, bool holder_known, Bytecodes::Code bc = Bytecodes::_illegal, Value receiver = NULL);
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogParser.java335 String receiver = atts.getValue("receiver");
336 if (receiver != null) {
337 site.setReceiver(type(receiver));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsimportOptions.java426 * @param receiver {@link ErrorReceiver}
428 public final void parseBindings(ErrorReceiver receiver){ argument
444 receiver.warning(locator, ConfigurationMessages.CONFIGURATION_NOT_BINDING_FILE(is.getSystemId()));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DModel.java268 public Outline generateCode(Options opt,ErrorReceiver receiver) { argument
269 ErrorReceiverFilter ehf = new ErrorReceiverFilter(receiver);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DStub.java292 * @param receiver Receives the {@link ResponseContext}. Since the spec requires
297 protected final Packet process(Packet packet, RequestContext requestContext, ResponseContextReceiver receiver) { argument
317 receiver.setResponseContext(new ResponseContext(reply));
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp137 // has an implicit receiver.
143 // Add a receiver argument, maybe:
237 // Given a known receiver klass, find the target for the call.
242 int resolve_vtable_index(ciKlass* caller, ciKlass* receiver);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DArrayBeanInfoImpl.java94 state.receiver = this;

Completed in 107 milliseconds

123456