Searched refs:getStaticFieldValue (Results 1 – 6 of 6) sorted by relevance
56 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayArgConstructor()72 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayIntIntConstructor()92 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayIntIntStringConstructor()93 Value stringCharsetValue = getStaticFieldValue(debuggeeClassId, "STRING_CHARSET"); in testNewInstanceString_ByteArrayIntIntStringConstructor()114 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayStringConstructor()115 Value stringCharsetValue = getStaticFieldValue(debuggeeClassId, "STRING_CHARSET"); in testNewInstanceString_ByteArrayStringConstructor()135 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayIntIntCharsetConstructor()136 Value charsetValue = getStaticFieldValue(debuggeeClassId, "CHARSET"); in testNewInstanceString_ByteArrayIntIntCharsetConstructor()157 Value byteArrayValue = getStaticFieldValue(debuggeeClassId, "BYTE_ARRAY"); in testNewInstanceString_ByteArrayCharsetConstructor()158 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
108 addDataPointsValues(type, sig, field.getName(), list, getStaticFieldValue(field)); in addMultiPointFields()114 Object value = getStaticFieldValue(field); in addSinglePointFields()153 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()