Searched refs:mayThrow (Results 1 – 10 of 10) sorted by relevance
66 public CtClass[] mayThrow() { in mayThrow() method in Handler67 return super.mayThrow(); in mayThrow()
77 public CtClass[] mayThrow() { in mayThrow() method in Cast78 return super.mayThrow(); in mayThrow()
80 public CtClass[] mayThrow() { in mayThrow() method in Instanceof81 return super.mayThrow(); in mayThrow()
125 public CtClass[] mayThrow() { in mayThrow() method in NewExpr126 return super.mayThrow(); in mayThrow()
139 public CtClass[] mayThrow() { in mayThrow() method in MethodCall140 return super.mayThrow(); in mayThrow()
69 public CtClass[] mayThrow() { in mayThrow() method in NewArray70 return super.mayThrow(); in mayThrow()
122 public CtClass[] mayThrow() { in mayThrow() method in FieldAccess123 return super.mayThrow(); in mayThrow()
131 public CtClass[] mayThrow() { in mayThrow() method in Expr
235 bool mayThrow() const;244 return mayWriteToMemory() || mayThrow(); in mayHaveSideEffects()
352 bool Instruction::mayThrow() const { in mayThrow() function in Instruction