OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getrecentallocationsmethod
(Results
1 - 1
of
1
) sorted by null
/art/test/098-ddmc/src/
Main.java
182
private static final Method
getRecentAllocationsMethod
;
189
getRecentAllocationsMethod
= c.getDeclaredMethod("getRecentAllocations");
202
return (byte[])
getRecentAllocationsMethod
.invoke(null);
Completed in 369 milliseconds