Searched refs:GOTO_32 (Results 1 – 14 of 14) sorted by relevance
/art/compiler/optimizing/ |
D | pretty_printer_test.cc | 128 Instruction::GOTO_32, 4, 0, in TEST_F() 130 Instruction::GOTO_32, 0xFFFF, 0xFFFF); in TEST_F() 153 Instruction::GOTO_32, 0, 0); in TEST_F()
|
D | dominator_test.cc | 119 Instruction::GOTO_32, 4, 0, in TEST_F() 121 Instruction::GOTO_32, 0xFFFF, 0xFFFF); in TEST_F() 141 Instruction::GOTO_32, 0, 0); in TEST_F()
|
D | suspend_check_test.cc | 54 Instruction::GOTO_32, 0, 0); in TEST_F()
|
D | codegen_test.cc | 358 Instruction::GOTO_32, 4, 0, in TEST_F() 360 Instruction::GOTO_32, 0xFFFF, 0xFFFF); in TEST_F()
|
D | instruction_builder.cc | 1819 case Instruction::GOTO_32: { in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | RandomInstructionGenerator.java | 195 || Opcode.isBetween(newOpcode, Opcode.GOTO, Opcode.GOTO_32)) { in generateMutation() 212 || Opcode.isBetween(newOpcode, Opcode.GOTO, Opcode.GOTO_32)) { in applyMutation()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 62 GOTO_32, enumConstant
|
D | Instruction.java | 363 addOpcodeInfo(Opcode.GOTO_32, "goto/32", 0x2a, new Format30t()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_utils.h | 81 return Instruction::GOTO <= opcode && opcode <= Instruction::GOTO_32; in IsInstructionGoto()
|
D | dex_instruction_list.h | 63 …V(0x2A, GOTO_32, "goto/32", k30t, false, kIndexNone, kBranch | kUnconditional, kVerifyBranchTarget…
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | CodeTranslator.java | 572 || Opcode.isBetween(opcode, Opcode.GOTO, Opcode.GOTO_32)) { in isInstructionBranch()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1396 case Instruction::GOTO_32: in GetBranchOffset() 2488 case Instruction::GOTO_32: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 661 HANDLE_INSTRUCTION_START(GOTO_32) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 602 case Instruction::GOTO_32: { in ExecuteSwitchImpl()
|