HomeSort by relevance Sort by last modified time
    Searched refs:THROW (Results 51 - 73 of 73) sorted by null

1 23

  /art/runtime/
dex_instruction_list.h 60 V(0x27, THROW, "throw", k11x, false, kNone, kThrow, kVerifyRegA) \
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 271 throw ex;
284 throw new NullPointerException("method == null");
288 throw new NullPointerException("advice == null");
482 throw new IllegalArgumentException("no such label " +
498 throw new NullPointerException("block == null");
519 throw new NullPointerException("block == null");
558 throw new NullPointerException("block == null");
600 throw new RuntimeException("Invalid label "
656 throw ex;
775 throw ex
    [all...]
  /external/chromium_org/v8/src/
full-codegen.cc 250 void BreakableStatementChecker::VisitThrow(Throw* expr) {
251 // Throw is breakable if the expression is.
942 EmitGeneratorResume(args->at(0), args->at(1), JSGeneratorObject::THROW);
    [all...]
parser.cc 822 isolate()->Throw(*result, &location);
839 isolate()->Throw(*result, &location);
    [all...]
objects.h     [all...]
runtime.cc 780 return isolate->Throw(
790 return isolate->Throw(*isolate->factory()->
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 59 * throw, or goto.
98 throw new CompileError("fatal");
298 throw new CompileError("no return statement");
363 else if (op == THROW)
374 throw new CompileError(
569 throw new CompileError("bad case label");
576 throw new CompileError(
629 throw new CompileError("bad throw statement");
647 throw new CompileError("bad type expr for synchronized block")
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 99 public static final int THROW=71;
242 throw nvae;
313 throw eee;
350 throw eee;
386 throw nvae;
393 throw nvae;
433 throw mse;}
457 throw mse;}
503 throw eee;
584 throw eee
    [all...]
JavaParser.java 174 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "IDENTIFIER", "INTLITERAL", "LONGLITERAL", "FLOATLITERAL", "DOUBLELITERAL", "CHARLITERAL", "STRINGLITERAL", "TRUE", "FALSE", "NULL", "IntegerNumber", "LongSuffix", "HexPrefix", "HexDigit", "Exponent", "NonIntegerNumber", "FloatSuffix", "DoubleSuffix", "EscapeSequence", "UNICODECHAR", "UNICODEPART", "WS", "COMMENT", "LINE_COMMENT", "ABSTRACT", "ASSERT", "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", "FLOAT", "FOR", "GOTO", "IF", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", "VOLATILE", "WHILE", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACKET", "RBRACKET", "SEMI", "COMMA", "DOT", "ELLIPSIS", "EQ", "BANG", "TILDE", "QUES", "COLON", "EQEQ", "AMPAMP", "BARBAR", "PLUSPLUS", "SUBSUB", "PLUS", "SUB", "STAR", "SLASH", "AMP", "BAR", "CARET", "PERCENT", "PLUSEQ", "SUBEQ", "STAREQ", "SLASHEQ", "AMPEQ", "BAREQ", "CARETEQ", "PERCENTEQ", "MONKEYS_AT", "BANGEQ", "GT", "LT", "IdentifierStart", "IdentifierPart", "SurrogateIdentifer"
244 public static final int THROW=71;
492 throw nvae;
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 77 throw new IllegalArgumentException("encodedMethod cannot be null");
80 throw new IllegalArgumentException("The method has no code");
253 //that operate on a null register, and thus always throw an NPE. They can also be any sort of odex instruction
301 throw new ExceptionWithContext("You must call analyze() before calling verify().");
361 throw new ValidationException("A non-static method must have at least 1 register");
494 //next, populate the exceptionHandlers array. The array item for each instruction that can throw an exception
529 //if we're inside a try block, and the instruction can throw an exception, then add the exception handlers
557 throw new ValidationException("Execution can continue past the last instruction");
600 throw new ValidationException("Execution can pass from the " + predecessor.instruction.opcode.name +
614 //if the successor can throw an instruction, then we need to add the exception handlers as additiona
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 76 THROW((short)0x27, "throw", ReferenceType.none, Format.Format11x, Opcode.CAN_THROW),
    [all...]
  /external/v8/src/
parser.cc 784 isolate()->Throw(*result, &location);
801 isolate()->Throw(*result, &location);
    [all...]
  /art/runtime/interpreter/
interpreter.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 442 // If we fail again at runtime, mark that this instruction would throw and force this
599 // All invoke points are marked as "Throw" points already.
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 965 milliseconds

1 23