HomeSort by relevance Sort by last modified time
    Searched refs:mayThrow (Results 1 - 14 of 14) sorted by null

  /external/javassist/src/main/javassist/expr/
Handler.java 66 public CtClass[] mayThrow() {
67 return super.mayThrow();
Cast.java 77 public CtClass[] mayThrow() {
78 return super.mayThrow();
Instanceof.java 80 public CtClass[] mayThrow() {
81 return super.mayThrow();
MethodCall.java 139 public CtClass[] mayThrow() {
140 return super.mayThrow();
NewExpr.java 125 public CtClass[] mayThrow() {
126 return super.mayThrow();
FieldAccess.java 122 public CtClass[] mayThrow() {
123 return super.mayThrow();
NewArray.java 69 public CtClass[] mayThrow() {
70 return super.mayThrow();
Expr.java 131 public CtClass[] mayThrow() {
  /external/llvm/include/llvm/IR/
Instruction.h 326 /// mayThrow - Return true if this instruction may throw an exception.
328 bool mayThrow() const;
343 return mayWriteToMemory() || mayThrow() || !mayReturn();
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 235 if (I.mayWriteToMemory() || I.mayThrow()) {
LICM.cpp 120 bool MayThrow; // The current loop contains an instruction which
273 MayThrow = false;
277 (BB != BBE) && !MayThrow ; ++BB)
279 (I != E) && !MayThrow; ++I)
280 MayThrow |= I->mayThrow();
652 if (MayThrow)
    [all...]
  /external/llvm/lib/IR/
Instruction.cpp 441 bool Instruction::mayThrow() const {
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 262 milliseconds