Searched refs:THROW (Results 1 – 12 of 12) sorted by relevance
/art/test/972-default-imt-collision/smali/ |
D | Klass.smali | 20 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod0… 24 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod1… 28 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod2… 32 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod3… 36 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod4… 40 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod5… 44 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod6… 48 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod7… 52 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod8… 56 # System.out.println("FAILED TO THROW AbstractMethodError when calling notImplementedMethod9… [all …]
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 59 THROW, enumConstant
|
D | Instruction.java | 360 addOpcodeInfo(Opcode.THROW, "throw", 0x27, new Format11x()); in addOpcodeInfo() argument
|
/art/dexdump/ |
D | dexdump_cfg.cc | 267 (inst->Opcode() == Instruction::THROW) || in DumpMethodCFG()
|
/art/compiler/optimizing/ |
D | block_builder.cc | 191 } else if (instruction.IsReturn() || (instruction.Opcode() == Instruction::THROW)) { in ConnectBasicBlocks()
|
D | inliner.cc | 458 case Instruction::THROW: in AlwaysThrows()
|
D | instruction_builder.cc | 3064 case Instruction::THROW: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 583 return IsBranch() || IsReturn() || Opcode() == THROW; in IsBasicBlockEnd()
|
D | dex_instruction_list.h | 61 V(0x27, THROW, "throw", k11x, kIndexNone, kThrow, 0, kVerifyRegA) \
|
/art/tools/veridex/ |
D | flow_analysis.cc | 634 case Instruction::THROW: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 910 ALWAYS_INLINE void THROW() REQUIRES_SHARED(Locks::mutator_lock_) { in THROW() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2561 case Instruction::THROW: { in CodeFlowVerifyInstruction()
|