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
58 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()
229 public TypeBearer getOrNull(int idx) { in getOrNull() method in LocalsArraySet230 return primary.getOrNull(idx); in getOrNull()
155 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()
1212 public static Dop getOrNull(int family, InsnFormat format) { in getOrNull() method in Dops
152 if ((offset != 0) && (pool.getOrNull(i) == null)) { in parse()159 Constant cst = pool.getOrNull(i); in parse()260 Constant cst = pool.getOrNull(idx); in parse0()
157 Constant constant = constantPool.getOrNull(i); in translate0()