Searched defs:getStaticFieldValue (Results 1 – 5 of 5) sorted by relevance
273 private Value getStaticFieldValue(long classId, String fieldName) { in getStaticFieldValue() method in NewInstanceStringTest
68 private static <T> T getStaticFieldValue(String fieldName, Class<T> fieldClass) { in getStaticFieldValue() method in TestFmwkUtils
116 private Object getStaticFieldValue(final Field field) { in getStaticFieldValue() method in AllMembersSupplier
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() function
502 protected Value getStaticFieldValue(long classID, String fieldName) { in getStaticFieldValue() method in JDWPStackFrameAccessTest