Lines Matching refs:android
2 package com.android.ahat {
10 package com.android.ahat.dominators {
13 ctor public Dominators(com.android.ahat.dominators.Dominators.Graph);
15 …method public com.android.ahat.dominators.Dominators progress(com.android.ahat.progress.Progress, …
26 …method @Deprecated public static void computeDominators(com.android.ahat.dominators.DominatorsComp…
27 …ted public static void computeDominators(com.android.ahat.dominators.DominatorsComputation.Node, c…
33 …method @Deprecated public void setDominator(com.android.ahat.dominators.DominatorsComputation.Node…
39 package com.android.ahat.heapdump {
41 public class AhatArrayInstance extends com.android.ahat.heapdump.AhatInstance {
43 method public com.android.ahat.heapdump.Value getValue(int);
48 public class AhatClassInstance extends com.android.ahat.heapdump.AhatInstance {
53 public class AhatClassObj extends com.android.ahat.heapdump.AhatInstance {
54 method public com.android.ahat.heapdump.AhatInstance getClassLoader();
55 method public com.android.ahat.heapdump.Field[] getInstanceFields();
59 method public com.android.ahat.heapdump.AhatClassObj getSuperClassObj();
63 …public class AhatHeap implements com.android.ahat.heapdump.Diffable<com.android.ahat.heapdump.Ahat…
64 method public com.android.ahat.heapdump.AhatHeap getBaseline();
66 method public com.android.ahat.heapdump.Size getSize();
70 …public abstract class AhatInstance implements com.android.ahat.heapdump.Diffable<com.android.ahat.…
71 method public com.android.ahat.heapdump.AhatArrayInstance asArrayInstance();
73 method public com.android.ahat.heapdump.AhatClassInstance asClassInstance();
74 method public com.android.ahat.heapdump.AhatClassObj asClassObj();
77 method public com.android.ahat.heapdump.AhatInstance getAssociatedBitmapInstance();
78 method public com.android.ahat.heapdump.AhatClassObj getAssociatedClassForOverhead();
79 method public com.android.ahat.heapdump.AhatInstance getBaseline();
84 method public com.android.ahat.heapdump.AhatClassObj getClassObj();
87 method public com.android.ahat.heapdump.Value getField(String);
89 method public com.android.ahat.heapdump.AhatHeap getHeap();
91 method public com.android.ahat.heapdump.AhatInstance getImmediateDominator();
93 method public com.android.ahat.heapdump.Reachability getReachability();
94 method public com.android.ahat.heapdump.AhatInstance getRefField(String);
95 method public com.android.ahat.heapdump.AhatInstance getReferent();
96 … method public com.android.ahat.heapdump.Size getRetainedSize(com.android.ahat.heapdump.AhatHeap);
99 method public com.android.ahat.heapdump.Site getSite();
100 method public com.android.ahat.heapdump.Size getSize();
102 method public com.android.ahat.heapdump.Size getTotalRetainedSize();
115 …public class AhatSnapshot implements com.android.ahat.heapdump.Diffable<com.android.ahat.heapdump.…
116 method public com.android.ahat.heapdump.AhatClassObj findClassObj(long);
117 method public com.android.ahat.heapdump.AhatInstance findInstance(long);
118 method public com.android.ahat.heapdump.AhatSnapshot getBaseline();
119 method public com.android.ahat.heapdump.AhatHeap getHeap(String);
121 method public com.android.ahat.heapdump.Site getRootSite();
123 method public com.android.ahat.heapdump.Site getSite(long);
129 …method public static void snapshots(com.android.ahat.heapdump.AhatSnapshot, com.android.ahat.heapd…
143 …method public static com.android.ahat.heapdump.DiffedFieldValue added(com.android.ahat.heapdump.Fi…
144 …method public static com.android.ahat.heapdump.DiffedFieldValue deleted(com.android.ahat.heapdump.…
147 …method public static com.android.ahat.heapdump.DiffedFieldValue matched(com.android.ahat.heapdump.…
149 field public final com.android.ahat.heapdump.Value baseline;
150 field public final com.android.ahat.heapdump.Value current;
152 field public final com.android.ahat.heapdump.DiffedFieldValue.Status status;
153 field public final com.android.ahat.heapdump.Type type;
157 enum_constant public static final com.android.ahat.heapdump.DiffedFieldValue.Status ADDED;
158 enum_constant public static final com.android.ahat.heapdump.DiffedFieldValue.Status DELETED;
159 enum_constant public static final com.android.ahat.heapdump.DiffedFieldValue.Status MATCHED;
163 ctor public Field(String, com.android.ahat.heapdump.Type);
165 field public final com.android.ahat.heapdump.Type type;
169 ctor public FieldValue(String, com.android.ahat.heapdump.Type, com.android.ahat.heapdump.Value);
171 field public final com.android.ahat.heapdump.Type type;
172 field public final com.android.ahat.heapdump.Value value;
181 method public com.android.ahat.heapdump.Parser map(com.android.ahat.proguard.ProguardMap);
182 …method public com.android.ahat.heapdump.AhatSnapshot parse() throws com.android.ahat.heapdump.Hpro…
183 …d public static com.android.ahat.heapdump.AhatSnapshot parseHeapDump(File, com.android.ahat.progua…
184 …ublic static com.android.ahat.heapdump.AhatSnapshot parseHeapDump(ByteBuffer, com.android.ahat.pro…
185 method public com.android.ahat.heapdump.Parser progress(com.android.ahat.progress.Progress);
186 method public com.android.ahat.heapdump.Parser retained(com.android.ahat.heapdump.Reachability);
189 …public class PathElement implements com.android.ahat.heapdump.Diffable<com.android.ahat.heapdump.P…
190 ctor public PathElement(com.android.ahat.heapdump.AhatInstance, String);
191 method public com.android.ahat.heapdump.PathElement getBaseline();
194 field public final com.android.ahat.heapdump.AhatInstance instance;
199 method public boolean notWeakerThan(com.android.ahat.heapdump.Reachability);
201 enum_constant public static final com.android.ahat.heapdump.Reachability FINALIZER;
202 enum_constant public static final com.android.ahat.heapdump.Reachability PHANTOM;
203 enum_constant public static final com.android.ahat.heapdump.Reachability SOFT;
204 enum_constant public static final com.android.ahat.heapdump.Reachability STRONG;
205 enum_constant public static final com.android.ahat.heapdump.Reachability UNREACHABLE;
206 enum_constant public static final com.android.ahat.heapdump.Reachability WEAK;
210 enum_constant public static final com.android.ahat.heapdump.RootType DEBUGGER;
211 enum_constant public static final com.android.ahat.heapdump.RootType FINALIZING;
212 enum_constant public static final com.android.ahat.heapdump.RootType INTERNED_STRING;
213 enum_constant public static final com.android.ahat.heapdump.RootType JAVA_FRAME;
214 enum_constant public static final com.android.ahat.heapdump.RootType JNI_GLOBAL;
215 enum_constant public static final com.android.ahat.heapdump.RootType JNI_LOCAL;
216 enum_constant public static final com.android.ahat.heapdump.RootType JNI_MONITOR;
217 enum_constant public static final com.android.ahat.heapdump.RootType MONITOR;
218 enum_constant public static final com.android.ahat.heapdump.RootType NATIVE_STACK;
219 enum_constant public static final com.android.ahat.heapdump.RootType STICKY_CLASS;
220 enum_constant public static final com.android.ahat.heapdump.RootType THREAD;
221 enum_constant public static final com.android.ahat.heapdump.RootType THREAD_BLOCK;
222 enum_constant public static final com.android.ahat.heapdump.RootType UNKNOWN;
223 enum_constant public static final com.android.ahat.heapdump.RootType VM_INTERNAL;
226 public class Site implements com.android.ahat.heapdump.Diffable<com.android.ahat.heapdump.Site> {
227 method public com.android.ahat.heapdump.Site findSite(long);
228 method public com.android.ahat.heapdump.Site getBaseline();
237 method public com.android.ahat.heapdump.Site getParent();
239 method public com.android.ahat.heapdump.Size getSize(com.android.ahat.heapdump.AhatHeap);
240 method public com.android.ahat.heapdump.Size getTotalSize();
244 …public static class Site.ObjectsInfo implements com.android.ahat.heapdump.Diffable<com.android.aha…
245 method public com.android.ahat.heapdump.Site.ObjectsInfo getBaseline();
248 field public com.android.ahat.heapdump.AhatClassObj classObj;
249 field public com.android.ahat.heapdump.AhatHeap heap;
250 field public com.android.ahat.heapdump.Size numBytes;
262 method public com.android.ahat.heapdump.Size plus(com.android.ahat.heapdump.Size);
263 method public com.android.ahat.heapdump.Size plusRegisteredNativeSize(long);
264 field public static com.android.ahat.heapdump.Size ZERO;
269 …method public static Comparator<AhatInstance> defaultInstanceCompare(com.android.ahat.heapdump.Aha…
270 … method public static Comparator<Site> defaultSiteCompare(com.android.ahat.heapdump.AhatSnapshot);
284 enum_constant public static final com.android.ahat.heapdump.Type BOOLEAN;
285 enum_constant public static final com.android.ahat.heapdump.Type BYTE;
286 enum_constant public static final com.android.ahat.heapdump.Type CHAR;
287 enum_constant public static final com.android.ahat.heapdump.Type DOUBLE;
288 enum_constant public static final com.android.ahat.heapdump.Type FLOAT;
289 enum_constant public static final com.android.ahat.heapdump.Type INT;
290 enum_constant public static final com.android.ahat.heapdump.Type LONG;
291 enum_constant public static final com.android.ahat.heapdump.Type OBJECT;
292 enum_constant public static final com.android.ahat.heapdump.Type SHORT;
297 method public com.android.ahat.heapdump.AhatInstance asAhatInstance();
303 … method public static com.android.ahat.heapdump.Value getBaseline(com.android.ahat.heapdump.Value);
304 method public static com.android.ahat.heapdump.Type getType(com.android.ahat.heapdump.Value);
309 … method public static com.android.ahat.heapdump.Value pack(com.android.ahat.heapdump.AhatInstance);
310 method public static com.android.ahat.heapdump.Value pack(boolean);
311 method public static com.android.ahat.heapdump.Value pack(char);
312 method public static com.android.ahat.heapdump.Value pack(float);
313 method public static com.android.ahat.heapdump.Value pack(double);
314 method public static com.android.ahat.heapdump.Value pack(byte);
315 method public static com.android.ahat.heapdump.Value pack(short);
316 method public static com.android.ahat.heapdump.Value pack(int);
317 method public static com.android.ahat.heapdump.Value pack(long);
323 package com.android.ahat.progress {
325 public class NullProgress implements com.android.ahat.progress.Progress {
343 package com.android.ahat.proguard {
349 …method public com.android.ahat.proguard.ProguardMap.Frame getFrame(String, String, String, String,…