Searched refs:mayThrow (Results 1 – 11 of 11) 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()
139 public CtClass[] mayThrow() { in mayThrow() method in MethodCall140 return super.mayThrow(); in mayThrow()
125 public CtClass[] mayThrow() { in mayThrow() method in NewExpr126 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
256 bool mayThrow() const;265 return mayWriteToMemory() || mayThrow(); in mayHaveSideEffects()
370 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
253 MayThrow |= I->mayThrow(); in runOnLoop()