Searched refs:getStaticFieldValue (Results 1 – 7 of 7) sorted by relevance
55 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayArgConstructor()71 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayIntIntConstructor()90 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayIntIntStringConstructor()91 Value stringCharsetValue = getStaticFieldValue(debuggeeClassId, "STRING_CHARSET"); in testNewInstanceString_ByteArrayIntIntStringConstructor()111 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayStringConstructor()112 Value stringCharsetValue = getStaticFieldValue(debuggeeClassId, "STRING_CHARSET"); in testNewInstanceString_ByteArrayStringConstructor()132 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayIntIntCharsetConstructor()133 Value charsetValue = getStaticFieldValue(debuggeeClassId, "CHARSET"); in testNewInstanceString_ByteArrayIntIntCharsetConstructor()154 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayCharsetConstructor()155 Value charsetValue = getStaticFieldValue(debuggeeClassId, "CHARSET"); in testNewInstanceString_ByteArrayCharsetConstructor()[all …]
297 Value oldValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE"); in testSetValues009_Object()298 Value newValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE_TO_SET"); in testSetValues009_Object()317 Value oldValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE"); in testSetValues009_ObjectWithException()318 Value newValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE_TO_SET"); in testSetValues009_ObjectWithException()338 Value oldValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE"); in testSetValues009_ObjectConstantWithExceptionInCallee()339 Value newValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE_TO_SET"); in testSetValues009_ObjectConstantWithExceptionInCallee()360 Value oldValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE"); in testSetValues009_ObjectConstantWithExceptionInCaller()361 Value newValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE_TO_SET"); in testSetValues009_ObjectConstantWithExceptionInCaller()385 Value oldValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE"); in testSetValues009_ObjectConstantWithExceptionAndNativeTransition()386 Value newValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE_TO_SET"); in testSetValues009_ObjectConstantWithExceptionAndNativeTransition()[all …]
181 Value thisValue = getStaticFieldValue(classID, "THIS_OBJECT"); in testGetValues009_ThisObject()199 Value oldValue = getStaticFieldValue(classID, "OBJECT_PARAM_VALUE"); in testGetValues009_Object()217 Value oldValue = getStaticFieldValue(classID, "ARRAY_PARAM_VALUE"); in testGetValues010_Array()235 Value oldValue = getStaticFieldValue(classID, "ARRAY_PARAM_VALUE"); in testGetValues010_ArrayAsObject()252 Value oldValue = getStaticFieldValue(classID, "CLASS_PARAM_VALUE"); in testGetValues011_Class()270 Value oldValue = getStaticFieldValue(classID, "CLASS_PARAM_VALUE"); in testGetValues011_ClassAsObject()287 Value oldValue = getStaticFieldValue(classID, "CLASS_LOADER_PARAM_VALUE"); in testGetValues012_ClassLoader()305 Value oldValue = getStaticFieldValue(classID, "CLASS_LOADER_PARAM_VALUE"); in testGetValues012_ClassLoaderAsObject()322 Value oldValue = getStaticFieldValue(classID, "STRING_PARAM_VALUE"); in testGetValues013_String()340 Value oldValue = getStaticFieldValue(classID, "STRING_PARAM_VALUE"); in testGetValues013_StringAsObject()[all …]
502 protected Value getStaticFieldValue(long classID, String fieldName) { in getStaticFieldValue() method in JDWPStackFrameAccessTest
61 getStaticFieldValue("defaultTimeZone", TimeZone.class);66 private final static Locale defaultLocale = getStaticFieldValue("defaultLocale", Locale.class);68 private static <T> T getStaticFieldValue(String fieldName, Class<T> fieldClass) { in getStaticFieldValue() method in TestFmwkUtils
101 addArrayValues(field.getName(), list, getStaticFieldValue(field)); in addFields()105 .forValue(field.getName(), getStaticFieldValue(field))); in addFields()116 private Object getStaticFieldValue(final Field field) { in getStaticFieldValue() method in AllMembersSupplier
222 FieldType getStaticFieldValue (JNIEnv* env, jclass cls, jfieldID fieldId);225 int getStaticFieldValue<int> (JNIEnv* env, jclass cls, jfieldID fieldId) in getStaticFieldValue() function232 string getStaticFieldValue<string> (JNIEnv* env, jclass cls, jfieldID fieldId) in getStaticFieldValue() function243 vector<string> getStaticFieldValue<vector<string> > (JNIEnv* env, jclass cls, jfieldID fieldId) in getStaticFieldValue() function277 return getStaticFieldValue<FieldType>(env, cls, fieldId); in getStaticField()