Searched refs:receiver (Results 101 - 125 of 136) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1141 LIR_Opr receiver, LIR_Opr result,
1145 , _receiver(receiver)
1151 LIR_Opr receiver, LIR_Opr result, intptr_t vtable_offset,
1154 , _receiver(receiver)
1159 LIR_Opr receiver() const { return _receiver; } function in class:LIR_OpJavaCall
1932 void call_opt_virtual(ciMethod* method, LIR_Opr receiver, LIR_Opr result, argument
1935 append(new LIR_OpJavaCall(lir_optvirtual_call, method, receiver, result, dest, arguments, info));
1941 void call_icvirtual(ciMethod* method, LIR_Opr receiver, LIR_Opr result, argument
1943 append(new LIR_OpJavaCall(lir_icvirtual_call, method, receiver, result, dest, arguments, info));
1945 void call_virtual(ciMethod* method, LIR_Opr receiver, LIR_Op argument
1140 LIR_OpJavaCall(LIR_Code code, ciMethod* method, LIR_Opr receiver, LIR_Opr result, address addr, LIR_OprList* arguments, CodeEmitInfo* info) argument
1150 LIR_OpJavaCall(LIR_Code code, ciMethod* method, LIR_Opr receiver, LIR_Opr result, intptr_t vtable_offset, LIR_OprList* arguments, CodeEmitInfo* info) argument
1949 call_dynamic(ciMethod* method, LIR_Opr receiver, LIR_Opr result, address dest, LIR_OprList* arguments, CodeEmitInfo* info) argument
1967 std_entry(LIR_Opr receiver) argument
[all...]
H A Dc1_GraphBuilder.cpp1371 // If the receiver requires finalization then emit code to perform
1374 // Gather some type information about the receiver
1375 Value receiver = state()->local_at(0);
1376 assert(receiver != NULL, "must have a receiver");
1377 ciType* declared_type = receiver->declared_type();
1378 ciType* exact_type = receiver->exact_type();
1380 receiver->as_Local() &&
1381 receiver->as_Local()->java_index() == 0) {
1444 assert(state()->locks_size() == 1, "receiver mus
3186 try_inline(ciMethod* callee, bool holder_known, Bytecodes::Code bc, Value receiver) argument
3637 try_inline_full(ciMethod* callee, bool holder_known, Bytecodes::Code bc, Value receiver) argument
[all...]
H A Dc1_InstructionPrinter.cpp469 if (x->receiver() != NULL) {
470 print_value(x->receiver());
H A Dc1_Optimizer.cpp767 // Initial state is that local 0 (receiver) is non-null for
775 assert(local0->type() == objectType, "invalid type of receiver");
1017 Value recv = x->receiver();
1085 Value recv = x->receiver();
H A Dc1_Instruction.hpp1181 Value receiver() const { return _recv; }
1182 bool has_receiver() const { return receiver() != NULL; }
1490 Value receiver() const { assert(has_receiver(), "must have receiver"); return _recv; }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp508 ld_ptr(Lesp, param_count, recv); // gets receiver oop
966 // Unlock the receiver if this is a synchronized method.
1103 // Unlock the receiver if this is a synchronized method.
1611 void InterpreterMacroAssembler::profile_virtual_call(Register receiver, argument
1624 br_notnull_short(receiver, Assembler::pt, not_null);
1625 // We are making a call. Increment the count for null receiver.
1631 // Record the receiver type.
1632 record_klass_in_profile(receiver, scratch, true);
1642 Register receiver, Register scratch,
1653 // Test this row for both the receiver an
1641 record_klass_in_profile_helper( Register receiver, Register scratch, int start_row, Label& done, bool is_virtual_call) argument
1720 record_klass_in_profile(Register receiver, Register scratch, bool is_virtual_call) argument
[all...]
H A Dc1_LIRAssembler_sparc.cpp156 // we fetch the class of the receiver (O0) and compare it with the cached class.
189 // and last slot is local[0] (receiver) from the interpreter
2531 // See if the receiver is receiver[n].
2547 // Didn't find receiver; find next empty slot and fill it in
3008 // dynamic tests on the receiver type
3015 ciKlass* receiver = vc_data->receiver(i); local
3016 if (known_klass->equals(receiver)) {
3030 // always does a write to the receiver par
3033 ciKlass* receiver = vc_data->receiver(i); local
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp481 JVM_ENTRY(void, JVM_FillInStackTrace(JNIEnv *env, jobject receiver))
483 Handle exception(thread, JNIHandles::resolve_non_null(receiver));
488 JVM_ENTRY(void, JVM_PrintStackTrace(JNIEnv *env, jobject receiver, jobject printable))
491 oop exception = JNIHandles::resolve_non_null(receiver);
2779 // but is thought to be reliable and simple. In the case, where the receiver is the
2789 JavaThread* receiver = java_lang_Thread::thread(java_thread); variable
2792 receiver, (address)java_thread, throwable); variable
2794 if (receiver != NULL) {
2828 JavaThread* receiver = java_lang_Thread::thread(java_thread); variable
2830 if (receiver !
[all...]
H A DjvmtiImpl.cpp790 assert(getting_receiver(), "Can only get here when getting receiver");
791 oop receiver = _jvf->fr().get_native_receiver(); local
792 _value.l = JNIHandles::make_local(_calling_thread, receiver);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java260 ParserCallback receiver = hdoc.getReader(pos);
262 p.parse(in, receiver, (ignoreCharset == null) ? false : ignoreCharset.booleanValue());
263 receiver.flush();
292 ParserCallback receiver = doc.getReader(offset, popDepth, pushDepth,
296 p.parse(new StringReader(html), receiver, (ignoreCharset == null) ?
298 receiver.flush();
983 * called, to give the receiver a chance to flush any
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftSynthesizer.java1307 SoftReceiver receiver = new SoftReceiver(this);
1308 receiver.open = open;
1309 recvslist.add(receiver);
1310 return receiver;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DTransTypes.java231 JCExpression receiver = (impl.owner == origin)
243 make.Select(receiver, impl).setType(calltype),
827 JCExpression receiver = make.Super(types.supertype(c.type).tsym.erasure(types), c);
831 make.Select(receiver, impl).setType(calltype),
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DInvokerBytecodeGenerator.java573 // push receiver
579 // load receiver
713 Name receiver = (Name) invokeBasicName.arguments[0];
728 emitAstoreInsn(receiver.index()); // store the MH in the receiver slot
740 emitAstoreInsn(receiver.index()); // store the MH in the receiver slot
1014 // Load receiver
H A DMethodHandles.java560 * additional receiver argument inserted into the method handle type,
592 * with the receiver type (usually {@code refc}) prepended.
595 * When called, the handle will treat the first argument as a receiver
596 * and dispatch on the receiver's type to determine which method
621 * @param type the type of the method, with the receiver argument omitted
667 * @param type the type of the method, with the receiver argument omitted, and a void return type
689 * with a suitably restricted receiver type (such as {@code caller}) prepended.
693 * When called, the handle will treat the first argument as a receiver,
694 * but will not dispatch on the receiver's type.
707 * @param type the type of the method, with the receiver argumen
863 bind(Object receiver, String name, MethodType type) argument
[all...]
H A DMethodHandleImpl.java392 MethodHandle bindReceiver(Object receiver) { argument
393 return asFixedArity().bindReceiver(receiver);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDnDDropTargetProtocol.java601 long receiver =
605 if (receiver != 0) {
606 XBaseWindow xbasewindow = XToolkit.windowToXWindow(receiver);
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp876 // The exception exit will handle any unlocking of receiver.
987 // Capture very early exceptions (receiver null checks) from caller JVMS
1008 // If this is an inlined method, we may have to do a receiver null check.
1064 // The main thing to do is lock the receiver of a synchronized method.
1901 // Check the klass of the receiver and call register_finalizer if the
1904 Node* receiver = local(0); local
1905 assert(receiver != NULL && receiver->bottom_type()->isa_instptr() != NULL,
1908 const TypeInstPtr *tinst = receiver->bottom_type()->isa_instptr();
1922 Node* klass_addr = basic_plus_adr( receiver, receive
[all...]
H A Druntime.cpp877 fields[TypeFunc::Parms+1] = TypeInstPtr::BOTTOM; // receiver oop
887 JRT_LEAF(void, OptoRuntime::profile_receiver_type_C(DataLayout* data, oopDesc* receiver))
888 if (receiver == NULL) return;
889 klassOop receiver_klass = receiver->klass();
896 // if (vc->receiver(row) == receiver_klass)
905 // else if (vc->receiver(row) == NULL)
918 // Receiver did not match any saved receiver and there is no empty row for it.
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp952 Register receiver = rcx; local
960 __ movptr(temp, Address(receiver, oopDesc::klass_offset_in_bytes()));
1468 // Make sure the receiver is loaded into a register.
1470 assert(sig_bt[0] == T_OBJECT, "receiver argument must be an object");
1472 assert(r->is_valid(), "bad receiver arg");
1475 // pass the receiver oop in a register. If this is not true on some
1476 // platform, pick a temp and load the receiver from stack.
1477 fatal("receiver always in a register");
1752 const Register receiver = rcx; local
1756 __ verify_oop(receiver);
1778 Register receiver = rcx; local
2560 const Register receiver = rcx; local
[all...]
H A DsharedRuntime_x86_64.cpp866 Register receiver = j_rarg0; local
871 __ load_klass(temp, receiver);
1700 // Make sure the receiver is loaded into a register.
1702 assert(sig_bt[0] == T_OBJECT, "receiver argument must be an object");
1704 assert(r->is_valid(), "bad receiver arg");
1707 // pass the receiver oop in a register. If this is not true on some
1708 // platform, pick a temp and load the receiver from stack.
1709 fatal("receiver always in a register");
1977 const Register receiver = j_rarg0; local
1982 assert_different_registers(ic_reg, receiver, rscratch
2831 const Register receiver = rcx; local
[all...]
H A Dc1_LIRAssembler_x86.cpp298 // and last slot is local[0] (receiver) from the interpreter
340 Register receiver = FrameMap::receiver_opr->as_register(); local
351 __ inline_cache_check(receiver, IC_Klass);
503 __ movptr (rbx, rcx); // receiver is in rcx
1626 // See if the receiver is receiver[n].
1635 // Didn't find receiver; find next empty slot and fill it in
3537 // dynamic tests on the receiver type
3544 ciKlass* receiver = vc_data->receiver( local
3558 ciKlass* receiver = vc_data->receiver(i); local
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java209 public void setContentHandler(ContentHandler receiver) { argument
210 fContentHandler = receiver;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModelerBase.java73 public WSDLModelerBase(WsimportOptions options, ErrorReceiver receiver, MetadataFinder forest) { argument
75 this.errReceiver = new ErrorReceiverFilter(receiver);
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp297 void index_temps (FILE *fp, FormDict &globals, const char *prefix = "", const char *receiver = "");
H A Dformssel.cpp1396 void InstructForm::index_temps(FILE *fp, FormDict &globals, const char *prefix, const char *receiver) { argument
1411 if( *receiver == 0 ) {
1416 prefix, idx, prefix, idx-1, receiver, idx-1 );
1421 if( *receiver != 0 ) {
1425 fprintf(fp," unsigned %sidx%d = %sreq(); \n", prefix, idx, receiver);

Completed in 148 milliseconds

123456