Lines Matching refs:Tag

58         hookFieldModification(classSignature, "testBoolField", JDWPConstants.Tag.BOOLEAN_TAG);
59 hookFieldModification(classSignature, "testByteField", JDWPConstants.Tag.BYTE_TAG);
60 hookFieldModification(classSignature, "testCharField", JDWPConstants.Tag.CHAR_TAG);
61 hookFieldModification(classSignature, "testShortField", JDWPConstants.Tag.SHORT_TAG);
62 hookFieldModification(classSignature, "testIntField", JDWPConstants.Tag.INT_TAG);
63 hookFieldModification(classSignature, "testLongField", JDWPConstants.Tag.LONG_TAG);
64 hookFieldModification(classSignature, "testFloatField", JDWPConstants.Tag.FLOAT_TAG);
65 hookFieldModification(classSignature, "testDoubleField", JDWPConstants.Tag.DOUBLE_TAG);
66 hookFieldModification(classSignature, "testObjectField", JDWPConstants.Tag.OBJECT_TAG);
67 hookFieldModification(classSignature, "testThreadField", JDWPConstants.Tag.THREAD_TAG);
68 hookFieldModification(classSignature, "testThreadGroupField", JDWPConstants.Tag.THREAD_GROUP_TAG);
69 hookFieldModification(classSignature, "testClassField", JDWPConstants.Tag.CLASS_OBJECT_TAG);
70 hookFieldModification(classSignature, "testClassLoaderField", JDWPConstants.Tag.CLASS_LOADER_TAG);
71 hookFieldModification(classSignature, "testStringField", JDWPConstants.Tag.STRING_TAG);
72 hookFieldModification(classSignature, "testIntArrayField", JDWPConstants.Tag.ARRAY_TAG);
73 hookFieldModification(classSignature, "testStringArrayField", JDWPConstants.Tag.ARRAY_TAG);
74 hookFieldModification(classSignature, "testObjectArrayField", JDWPConstants.Tag.ARRAY_TAG);
118 JDWPConstants.Tag.getName(expectedTag),
119 JDWPConstants.Tag.getName(tag));