Home
last modified time | relevance | path

Searched refs:hookFieldModification (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DFieldModification002Test.java66 hookFieldModification(classSignature, "testBoolField", JDWPConstants.Tag.BOOLEAN_TAG); in testFieldModifyEvent()
67 hookFieldModification(classSignature, "testByteField", JDWPConstants.Tag.BYTE_TAG); in testFieldModifyEvent()
68 hookFieldModification(classSignature, "testCharField", JDWPConstants.Tag.CHAR_TAG); in testFieldModifyEvent()
69 hookFieldModification(classSignature, "testShortField", JDWPConstants.Tag.SHORT_TAG); in testFieldModifyEvent()
70 hookFieldModification(classSignature, "testIntField", JDWPConstants.Tag.INT_TAG); in testFieldModifyEvent()
71 hookFieldModification(classSignature, "testLongField", JDWPConstants.Tag.LONG_TAG); in testFieldModifyEvent()
72 hookFieldModification(classSignature, "testFloatField", JDWPConstants.Tag.FLOAT_TAG); in testFieldModifyEvent()
73 hookFieldModification(classSignature, "testDoubleField", JDWPConstants.Tag.DOUBLE_TAG); in testFieldModifyEvent()
74 hookFieldModification(classSignature, "testObjectField", JDWPConstants.Tag.OBJECT_TAG); in testFieldModifyEvent()
75 hookFieldModification(classSignature, "testThreadField", JDWPConstants.Tag.THREAD_TAG); in testFieldModifyEvent()
[all …]