Home | History | Annotate | Download | only in heapdump

Lines Matching refs:Instance

25 import com.android.tools.perflib.heap.Instance;
98 // Create mappings from id to ahat instance and heaps.
105 TObjectProcedure<Instance> doCreate = new TObjectProcedure<Instance>() {
107 public boolean execute(Instance inst) {
121 for (Instance instance : heap.getClasses()) {
122 doCreate.execute(instance);
136 Map<Instance, Long> registeredNative = Perflib.getRegisteredNativeAllocations(snapshot);
141 Instance inst = snapshot.findInstance(ahat.getId());
169 Instance inst = root.getReferredInstance();
185 * Returns the instance with given id in this snapshot.
186 * Returns null if no instance with the given id is found.
281 if (value instanceof Instance) {
282 value = findInstance(((Instance)value).getId());