OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DumpedStuff
(Results
1 - 2
of
2
) sorted by null
/art/tools/ahat/src/test-dump/
Main.java
25
// Keep a reference to the
DumpedStuff
instance so that it is not garbage
27
public static
DumpedStuff
stuff;
43
// Allocate the instance of
DumpedStuff
.
44
stuff = new
DumpedStuff
(baseline);
52
// Take a heap dump that will include that instance of
DumpedStuff
.
DumpedStuff.java
24
//
DumpedStuff
class. Objects stored as fields in this class can be easily
25
// found in the hprof dump by searching for the instance of the
DumpedStuff
27
public class
DumpedStuff
extends SuperDumpedStuff {
44
DumpedStuff
(boolean baseline) {
Completed in 66 milliseconds