Home
last modified time | relevance | path

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

/art/test/099-vmdebug/src/
DMain.java370 private static final Method resetAllocCountMethod; field in Main.VMDebug
400 resetAllocCountMethod = c.getDeclaredMethod("resetAllocCount",
458 resetAllocCountMethod.invoke(null, kind); in resetAllocCount()