Home
last modified time | relevance | path

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

/art/test/098-ddmc/src/
DMain.java130 private static final Method getRecentAllocationStatusMethod; field in Main.DdmVmInternal
137 getRecentAllocationStatusMethod = c.getDeclaredMethod("getRecentAllocationStatus");
148 return (boolean) getRecentAllocationStatusMethod.invoke(null); in getRecentAllocationStatus()