Searched refs:mayThrow (Results 1 – 14 of 14) 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
372 bool mayThrow() const;387 return mayWriteToMemory() || mayThrow() || !mayReturn();
238 if (I.mayThrow() || (I.mayWriteToMemory() && AST.containsUnknown(&I))) { in runOnBasicBlock()
409 SafetyInfo->HeaderMayThrow |= I->mayThrow(); in computeLICMSafetyInfo()417 SafetyInfo->MayThrow |= I->mayThrow(); in computeLICMSafetyInfo()
450 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...
4441 if (it->mayThrow()) in blockCanBePredicated()