Home | History | Annotate | Download | only in hit

Lines Matching refs:instance

23 public class ArrayInstance extends Instance {
43 * mData holds a stream of object instance ids
62 Instance instance = state.findReference(id);
64 if (instance != null) {
65 instance.addParent(this);
79 public final void visit(Set<Instance> resultSet, Filter filter) {
98 * mData holds a stream of object instance ids
118 Instance instance = state.findReference(id);
120 if (instance != null) {
121 instance.visit(resultSet, filter);