Searched defs:targetClass (Results 1 - 25 of 62) sorted by relevance

123

/openjdk7/hotspot/agent/test/jdi/
H A Dsagtest.java49 ReferenceType targetClass; field in class:sagtest
68 * to determine targetClass and mainThread
71 targetClass = bpe.location().declaringType();
/openjdk7/jdk/test/com/sun/jdi/
H A DJava_gTest.java54 ReferenceType targetClass; field in class:Java_gTest
116 * to determine targetClass and mainThread
H A DSDENullTest.java53 ReferenceType targetClass; field in class:SDENullTest
69 * to determine targetClass and mainThread
72 targetClass = bpe.location().declaringType();
H A DAnyDebuggeeTest.java80 ReferenceType targetClass; field in class:AnyDebuggeeTest
104 * to determine targetClass and mainThread
109 targetClass = bpe.location().declaringType();
H A DClassLoaderClassesTest.java61 ReferenceType targetClass; field in class:ClassLoaderClassesTest
74 ClassLoaderReference cl = targetClass.classLoader();
90 * Get to the top of main() to determine targetClass
93 targetClass = bpe.location().declaringType();
102 Field arrayField = targetClass.fieldByName("intArray");
H A DDeleteAllBkptsTest.java57 ReferenceType targetClass; field in class:DeleteAllBkptsTest
74 * to determine targetClass and mainThread
77 targetClass = bpe.location().declaringType();
82 Method method = findMethod(targetClass, "gus", "()V");
H A DDeleteEventRequestsTest.java53 ReferenceType targetClass; field in class:DeleteEventRequestsTest
75 * to determine targetClass and mainThread
78 targetClass = bpe.location().declaringType();
H A DGetLocalVariables2Test.java68 ReferenceType targetClass; field in class:GetLocalVariables2Test
82 * to determine targetClass and mainThread
85 targetClass = bpe.location().declaringType();
H A DHomeTest.java54 ReferenceType targetClass; field in class:HomeTest
73 * to determine targetClass and mainThread
76 targetClass = bpe.location().declaringType();
H A DLineNumberOnBraceTest.java60 ReferenceType targetClass; field in class:LineNumberOnBraceTest
75 * to determine targetClass and mainThread
78 targetClass = bpe.location().declaringType();
H A DThreadGroupTest.java54 ReferenceType targetClass; field in class:ThreadGroupTest
H A DAfterThreadDeathTest.java53 ReferenceType targetClass; field in class:AfterThreadDeathTest
127 * to determine targetClass and mainThread
130 targetClass = bpe.location().declaringType();
H A DEnumTest.java65 ReferenceType targetClass; field in class:EnumTest
85 * to determine targetClass
88 targetClass = bpe.location().declaringType();
H A DExpiredRequestDeletionTest.java61 ReferenceType targetClass; field in class:ExpiredRequestDeletionTest
110 * to determine targetClass and mainThread
113 targetClass = bpe.location().declaringType();
117 List meths = targetClass.methodsByName("bar");
H A DFramesTest.java62 ReferenceType targetClass; field in class:FramesTest
125 * to determine targetClass and mainThread
128 targetClass = bpe.location().declaringType();
H A DLocationTest.java59 ReferenceType targetClass; field in class:LocationTest
H A DMonitorFrameInfo.java72 ReferenceType targetClass; field in class:MonitorFrameInfo
94 * to determine targetClass and mainThread
97 targetClass = bpe.location().declaringType();
H A DNewInstanceTest.java66 ReferenceType targetClass; field in class:NewInstanceTest
80 Field arrayField = targetClass.fieldByName(fieldName);
92 * to determine targetClass
95 targetClass = bpe.location().declaringType();
H A DPopAndInvokeTest.java85 ClassType targetClass; field in class:PopAndInvokeTest
114 * to determine targetClass and mainThread
122 targetClass = (ClassType)bpe.location().declaringType();
134 Method invokeeeMethod = (Method)targetClass.methodsByName("invokeee").get(0);
136 targetClass.invokeMethod(mainThread, invokeeeMethod,
151 Field waiting = targetClass.fieldByName("waiting");
154 BooleanValue bv= (BooleanValue)targetClass.getValue(waiting);
170 targetClass.invokeMethod(mainThread, invokeeeMethod,
H A DUTF8Test.java196 ClassType targetClass; field in class:UTF8Test
212 * to determine targetClass and mainThread
215 targetClass = (ClassType)bpe.location().declaringType();
216 targetField = targetClass.fieldByName("aField");
218 ArrayReference targetVals = (ArrayReference)targetClass.getValue(targetClass.fieldByName("vals"));
299 targetClass.setValue(targetField, vm().mirrorOf(ss));
301 StringReference returnedVal = (StringReference)targetClass.getValue(targetField);
H A DBreakpointTest.java72 ClassType targetClass; field in class:BreakpointTest
95 ((LongValue)targetClass.
125 * to determine targetClass and mainThread
128 targetClass = (ClassType)bpe.location().declaringType();
133 targetClass,
138 debuggeeCountField = targetClass.fieldByName("count");
158 ((LongValue)targetClass.
H A DGenericsTest.java81 ReferenceType targetClass; field in class:GenericsTest
125 * to determine targetClass and mainThread
128 targetClass = bpe.location().declaringType();
134 Field strArray = targetClass.fieldByName("strArray");
148 Field intField = targetClass.fieldByName("intField");
155 Field genField = targetClass.fieldByName("genField");
272 Field sub1Field = targetClass.fieldByName("sub1Field");
295 genSig = targetClass.genericSignature();
298 + targetClass.name() + ", received: " + genSig);
303 Field objField = targetClass
[all...]
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DSourceDebugExtensionTest.java23 ReferenceType targetClass; field in class:SourceDebugExtensionTest
48 * to determine targetClass
51 targetClass = bpe.location().declaringType();
60 String sde = targetClass.sourceDebugExtension();
H A DMangleStepTest.java28 ReferenceType targetClass; field in class:MangleStepTest
H A DTemperatureTableTest.java23 ReferenceType targetClass; field in class:TemperatureTableTest
117 * to determine targetClass
120 targetClass = bpe.location().declaringType();
149 String sourceName = targetClass.sourceName();
156 List allLines = targetClass.allLineLocations();
162 List locs = targetClass.locationsOfLine(7);
188 List availSt = targetClass.availableStrata();
199 String def = targetClass.defaultStratum();

Completed in 56 milliseconds

123