Searched defs:insts (Results 1 – 3 of 3) sorted by relevance
57 List<AhatInstance> insts = new ArrayList<AhatInstance>(); in getObjects() local70 List<AhatInstance> insts = getObjects(site, className, subclass, heapName); in handle() local
45 List<AhatInstance> insts = new ArrayList<AhatInstance>(instances); in render() local
174 void initialize(final AhatInstance[] insts) { in initialize()