Searched refs:getOrNull (Results 1 – 11 of 11) sorted by relevance
69 public Constant getOrNull(int n); in getOrNull() method
56 public Constant getOrNull(int n) { in getOrNull() method in StdConstantPool
112 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()
230 public TypeBearer getOrNull(int idx) { in getOrNull() method in LocalsArraySet231 return primary.getOrNull(idx); in getOrNull()
147 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
146 if ((offset != 0) && (pool.getOrNull(i) == null)) { in parse()153 Constant cst = pool.getOrNull(i); in parse()238 Constant cst = pool.getOrNull(idx); in parse0()