Lines Matching refs:static
5 method public static void main(String[]);
18 public static interface Dominators.Graph<Node> {
26 …method @Deprecated public static void computeDominators(com.android.ahat.dominators.DominatorsComp…
27 …method @Deprecated public static void computeDominators(com.android.ahat.dominators.DominatorsComp…
30 @Deprecated public static interface DominatorsComputation.Node {
129 …method public static void snapshots(com.android.ahat.heapdump.AhatSnapshot, com.android.ahat.heapd…
134 method public static List<DiffedFieldValue> diff(Iterable<FieldValue>, Iterable<FieldValue>);
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.…
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;
183 …method public static com.android.ahat.heapdump.AhatSnapshot parseHeapDump(File, com.android.ahat.p…
184 …method public static com.android.ahat.heapdump.AhatSnapshot parseHeapDump(ByteBuffer, com.android.…
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;
244 …public static class Site.ObjectsInfo implements com.android.ahat.heapdump.Diffable<com.android.aha…
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);
271 method public static <T> Comparator<T> withPriority(Comparator<T>...);
272 field public static final Comparator<FieldValue> FIELD_VALUE_BY_NAME;
273 field public static final Comparator<FieldValue> FIELD_VALUE_BY_TYPE;
274 field public static final Comparator<AhatInstance> INSTANCE_BY_TOTAL_RETAINED_SIZE;
275 field public static final Comparator<Site.ObjectsInfo> OBJECTS_INFO_BY_CLASS_NAME;
276 field public static final Comparator<Site.ObjectsInfo> OBJECTS_INFO_BY_HEAP_NAME;
277 field public static final Comparator<Site.ObjectsInfo> OBJECTS_INFO_BY_SIZE;
278 field public static final Comparator<Site> SITE_BY_TOTAL_SIZE;
279 field public static final Comparator<Size> SIZE_BY_SIZE;
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;
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);
354 public static class ProguardMap.Frame {