Home
last modified time | relevance | path

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

/art/test/099-vmdebug/src/
DMain.java375 private static final Method lastDebuggerActivityMethod; field in Main.VMDebug
406 lastDebuggerActivityMethod = c.getDeclaredMethod("lastDebuggerActivity");
473 return (long) lastDebuggerActivityMethod.invoke(null); in lastDebuggerActivity()