Searched refs:mayThrow (Results 1 – 12 of 12) sorted by relevance
66 public CtClass[] mayThrow() { in mayThrow() method in Handler67 return super.mayThrow(); in mayThrow()
80 public CtClass[] mayThrow() { in mayThrow() method in Instanceof81 return super.mayThrow(); in mayThrow()
77 public CtClass[] mayThrow() { in mayThrow() method in Cast78 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
310 bool mayThrow() const;325 return mayWriteToMemory() || mayThrow() || !mayReturn(); in mayHaveSideEffects()
458 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
256 MayThrow |= I->mayThrow(); in runOnLoop()
4045 if (it->mayWriteToMemory() || it->mayThrow()) in blockCanBePredicated()