Searched refs:rt (Results 26 - 50 of 84) sorted by relevance

1234

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DTypedAnnotationWriter.java98 Class<?> rt = m.getReturnType();
101 if(rt.isArray()) {
102 return addArrayValue(proxy,name,rt.getComponentType(),method.getReturnType(),arg);
106 if(Annotation.class.isAssignableFrom(rt)) {
107 Class<? extends Annotation> r = (Class<? extends Annotation>)rt;
116 checkType(Class.class,rt);
127 checkType(arg.getClass(),rt);
/openjdk7/jdk/test/com/sun/jdi/
H A DFieldWatchpoints.java86 ReferenceType rt = findReferenceType("A");
88 Field field = rt.fieldByName(fieldName);
H A DVarargsTest.java224 ReferenceType rt = findReferenceType("VarargsTarg");
238 mList = rt.methodsByName("varString");
241 mList = rt.methodsByName("varString2");
361 mList = rt.methodsByName("<init>");
372 mList = rt.methodsByName("varStringInstance");
390 mlist = rt.methodsByName("fixedInt");
397 //mlist = rt.methodsByName("fixedInteger");
401 mlist = rt.methodsByName("varInt");
415 mlist = rt.methodsByName("varInteger");
H A DFinalLocalsTest.java179 ReferenceType rt = findReferenceType("FinalLocalsTarg");
180 if (rt == null) {
189 Method method = findMethod(rt, "test1", "(II)V");
H A DMultiBreakpointsTest.java255 ReferenceType rt = findReferenceType(clsName);
256 if (rt == null) {
257 rt = resumeToPrepareOf(clsName).referenceType();
260 Method method = findMethod(rt, methodName, methodSignature);
H A DJITDebug.java150 Runtime rt = Runtime.getRuntime();
152 Process proc = rt.exec(VMConnection.insertDebuggeeVMOptions(sargs));
H A DEarlyReturnNegativeTest.java195 ReferenceType rt = findReferenceType(clsName);
196 if (rt == null) {
197 rt = resumeToPrepareOf(clsName).referenceType();
200 Method method = findMethod(rt, methodName, methodSignature);
H A DAccessSpecifierTest.java224 ReferenceType rt = findReferenceType(debugeeName);
225 if (rt == null) {
232 Field field = rt.fieldByName(fieldName);
/openjdk7/langtools/test/tools/javah/compareTest/
H A DCompareTest.sh27 rtjar=${jdk}/jre/lib/rt.jar
/openjdk7/hotspot/agent/test/jdi/
H A DTestScaffold.java656 ReferenceType rt = (ReferenceType)iter.next();
657 if (rt.name().equals(name)) {
658 return rt;
664 public Method findMethod(ReferenceType rt, String name, String signature) { argument
665 List methods = rt.methods();
677 public Location findLocation(ReferenceType rt, int lineNumber) argument
679 List locs = rt.locationsOfLine(lineNumber);
691 ReferenceType rt = findReferenceType(clsName);
692 if (rt == null) {
693 rt
[all...]
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap50 hotspot.rt.cl.classes.loaded // 1.4.1
52 hotspot.rt.cl.classes.unloaded // 1.4.1
80 // java.rt
81 alias java.rt.vmArgs // 1.5.0 b39
83 alias java.rt.vmFlags // 1.5.0 b39
185 hotspot.rt.cl.class.init.time // 1.5.0 b21
187 hotspot.rt.cl.class.verify.time // 1.5.0 b21
189 hotspot.rt.cl.classes.initialized // 1.5.0 b21
191 hotspot.rt.cl.bytes.loaded // 1.4.2
193 hotspot.rt
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DArrayTypeImpl.java184 ReferenceType rt = (ReferenceType)t;
185 return rt.modifiers();
/openjdk7/hotspot/make/bsd/
H A Dbuild.sh67 CLASSPATH=${JAVA_HOME}/jre/lib/rt.jar:${CLASSPATH-.}
/openjdk7/hotspot/make/linux/
H A Dbuild.sh70 CLASSPATH=${JAVA_HOME}/jre/lib/rt.jar:${CLASSPATH-.}
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DArrayTypeImpl.java175 ReferenceType rt = (ReferenceType)t;
176 modifiers = rt.modifiers();
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DTestManager.java101 RuntimeMXBean rt = newPlatformMXBeanProxy(server,
103 System.out.println(rt.getName());
H A DJvmstatCountersTest.java140 RuntimeMXBean rt = ManagementFactory.getRuntimeMXBean();
141 String name = rt.getName();
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlassKlass.hpp51 ReferenceType rt,
/openjdk7/hotspot/make/solaris/
H A Dbuild.sh97 CLASSPATH=${JAVA_HOME}/jre/lib/rt.jar:${CLASSPATH-.}
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.inline.hpp83 inline void Assembler::bpr( RCondition c, bool a, Predict p, Register s1, address d, relocInfo::relocType rt ) { v9_only(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(bpr_op2) | wdisp16(intptr_t(d), intptr_t(pc())) | predict(p) | rs1(s1), rt); has_delay_slot(); } local
86 inline void Assembler::fb( Condition c, bool a, address d, relocInfo::relocType rt ) { v9_dep(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(fb_op2) | wdisp(intptr_t(d), intptr_t(pc()), 22), rt); has_delay_slot(); }
89 inline void Assembler::fbp( Condition c, bool a, CC cc, Predict p, address d, relocInfo::relocType rt ) { v9_only(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(fbp_op2) | branchcc(cc) | predict(p) | wdisp(intptr_t(d), intptr_t(pc()), 19), rt); has_delay_slot(); }
92 inline void Assembler::cb( Condition c, bool a, address d, relocInfo::relocType rt ) { v8_only(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(cb_op2) | wdisp(intptr_t(d), intptr_t(pc()), 22), rt); has_delay_slot(); }
95 inline void Assembler::br( Condition c, bool a, address d, relocInfo::relocType rt ) { v9_dep(); cti(); emit_data( op(branch_op) | annul(a) | cond(c) | op2(br_op2) | wdisp(intptr_t(d), intptr_t(pc()), 22), rt); has_delay_slo
106 inline void Assembler::call( Label& L, relocInfo::relocType rt ) { call( target(L), rt); } local
248 rett( Register s1, int simm13a, relocInfo::relocType rt) argument
638 MacroAssembler::call( target(L), rt); local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DContainerElement.java172 Class<?> rt = method.getReturnType();
200 if(rt==Void.TYPE) {
216 if(TypedXmlWriter.class.isAssignableFrom(rt)) {
218 return _element(nsUri,localName,(Class)rt);
221 throw new IllegalSignatureException("Illegal return type: "+rt);
/openjdk7/jdk/make/common/
H A DRelease-embedded.gmk39 # Create the headless rt.jar
83 # Create the headless rt.jar file list & non-class files list
90 # Create headless rt.jar
91 HL_RT_JAR=$(ABS_TEMPDIR)/rt-hl-orig.jar
185 @# Replace the full rt.jar with the headless rt.jar
186 $(RM) $(JRE_REDUCED_HEADLESS_IMAGE_DIR)/lib/rt.jar
187 $(CP) $(HL_RT_JAR) $(JRE_REDUCED_HEADLESS_IMAGE_DIR)/lib/rt.jar
/openjdk7/jdk/src/share/classes/java/net/
H A DInMemoryCookieStore.java137 List<HttpCookie> rt;
148 rt = Collections.unmodifiableList(cookieJar);
152 return rt;
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchParser.java275 Type rt = t.getReturnType();
276 Identifier retname = !rt.isType(TC_CLASS) ? idStar /*no match*/
277 : rt.getClassName();
/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp525 BasicType rt = rtype->basic_type(); local
531 pop_node(rt); // whatever it was, pop it
532 } else if (rt == T_INT || is_subword_type(rt)) {
534 assert(ct == T_INT || is_subword_type(ct), err_msg_res("must match: rt=%s, ct=%s", type2name(rt), type2name(ct)));
535 } else if (rt == T_OBJECT || rt == T_ARRAY) {
536 assert(ct == T_OBJECT || ct == T_ARRAY, err_msg_res("rt=%s, ct=%s", type2name(rt), type2nam
[all...]

Completed in 61 milliseconds

1234