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

  /art/runtime/
dex_instruction_list.h 47 V(0x1A, CONST_STRING, "const-string", k21c, true, kStringRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBString) \
48 V(0x1B, CONST_STRING_JUMBO, "const-string/jumbo", k31c, true, kStringRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBString) \
49 V(0x1C, CONST_CLASS, "const-class", k21c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBType) \
50 V(0x1D, MONITOR_ENTER, "monitor-enter", k11x, false, kNone, kContinue | kThrow, kVerifyRegA) \
51 V(0x1E, MONITOR_EXIT, "monitor-exit", k11x, false, kNone, kContinue | kThrow, kVerifyRegA) \
52 V(0x1F, CHECK_CAST, "check-cast", k21c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBType) \
53 V(0x20, INSTANCE_OF, "instance-of", k22c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerifyRegB | kVerifyRegCType) \
54 V(0x21, ARRAY_LENGTH, "array-length", k12x, true, kNone, kContinue | kThrow, kVerifyRegA | kVerifyRegB) \
55 V(0x22, NEW_INSTANCE, "new-instance", k21c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerifyRegBNewInstance) \
56 V(0x23, NEW_ARRAY, "new-array", k22c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerifyRegB | kVerifyRegCNewArray)
    [all...]
dex_instruction.h 124 kThrow = 0x08, // could cause an exception to be thrown
350 return (kInstructionFlags[Opcode()] & kThrow) != 0;
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/dex/
mir_graph.cc 419 /* Process instructions with the kThrow flag */
661 } else if (flags & Instruction::kThrow) {
    [all...]
  /external/chromium_org/v8/src/
full-codegen.cc     [all...]
  /external/v8/src/
full-codegen.cc     [all...]