public static class DalvikStatsTool.Stats extends Object
Modifier and Type | Field and Description |
---|---|
int |
estimatedLinearAllocSize
Estimated bytes the class will contribute to Dalvik linear alloc.
|
com.google.common.collect.ImmutableSet<com.facebook.buck.android.dalvik.DalvikMemberReference> |
fieldReferences
Fields referenced by the class.
|
com.google.common.collect.ImmutableSet<com.facebook.buck.android.dalvik.DalvikMemberReference> |
methodReferences
Methods referenced by the class.
|
static DalvikStatsTool.Stats |
ZERO |
public static final DalvikStatsTool.Stats ZERO
public final int estimatedLinearAllocSize
public final com.google.common.collect.ImmutableSet<com.facebook.buck.android.dalvik.DalvikMemberReference> methodReferences
public final com.google.common.collect.ImmutableSet<com.facebook.buck.android.dalvik.DalvikMemberReference> fieldReferences