Searched refs:getOrNull (Results 1 – 12 of 12) sorted by relevance
69 public Constant getOrNull(int n); in getOrNull() method
56 public Constant getOrNull(int n) { in getOrNull() method in StdConstantPool
111 public abstract TypeBearer getOrNull(int idx); in getOrNull() method in LocalsArray
57 TypeBearer tb1 = locals1.getOrNull(i); in mergeLocals()58 TypeBearer tb2 = locals2.getOrNull(i); in mergeLocals()
228 public TypeBearer getOrNull(int idx) { in getOrNull() method in LocalsArraySet229 return primary.getOrNull(idx); in getOrNull()
146 public TypeBearer getOrNull(int idx) { in getOrNull() method in OneLocalsArray
503 (Dops.getOrNull(family, format) != null))) { in findFormatForInsn()549 dop = Dops.getOrNull(dop.getFamily(), format); in massageInstructions()607 dop = Dops.getOrNull(dop.getFamily(), currentFormat); in performExpansion()691 dop = Dops.getOrNull(dop.getFamily(), newFormat); in fixBranches()
1202 public static Dop getOrNull(int family, InsnFormat format) { in getOrNull() method in Dops
149 if ((offset != 0) && (pool.getOrNull(i) == null)) { in parse()156 Constant cst = pool.getOrNull(i); in parse()251 Constant cst = pool.getOrNull(idx); in parse0()
144 Constant constant = constantPool.getOrNull(i); in translate0()