Searched refs:getRecentAllocationStatusMethod (Results 1 – 1 of 1) sorted by relevance
181 private static final Method getRecentAllocationStatusMethod; field in Main.DdmVmInternal188 getRecentAllocationStatusMethod = c.getDeclaredMethod("getRecentAllocationStatus");199 return (boolean) getRecentAllocationStatusMethod.invoke(null); in getRecentAllocationStatus()