Lines Matching refs:Instance
20 import com.android.tools.perflib.heap.Instance;
32 @Override void initialize(AhatSnapshot snapshot, Instance inst) {
46 if (field.getValue() instanceof Instance) {
47 Instance ref = (Instance)field.getValue();
70 * Read an int field of an instance.
84 * Read a long field of this instance.
98 * Returns the list of class instance fields for this instance.
105 * Returns true if this is an instance of a class with the given name.
173 * Read the given field from the given instance.