Home
last modified time | relevance | path

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

/art/test/997-single-step/src/art/
DTest997.java26 static Method DO_MULTIPATH_METHOD; field in Test997
30 DO_MULTIPATH_METHOD = Test997.class.getDeclaredMethod("doMultiPath", Boolean.TYPE);
51 if (!e.equals(DO_MULTIPATH_METHOD)) { in notifySingleStep()