Home
last modified time | relevance | path

Searched refs:GOTO_32 (Results 1 – 14 of 14) sorted by relevance

/art/compiler/optimizing/
Dpretty_printer_test.cc129 Instruction::GOTO_32, 4, 0, in TEST_F()
131 Instruction::GOTO_32, 0xFFFF, 0xFFFF); in TEST_F()
154 Instruction::GOTO_32, 0, 0); in TEST_F()
Ddominator_test.cc122 Instruction::GOTO_32, 4, 0, in TEST_F()
124 Instruction::GOTO_32, 0xFFFF, 0xFFFF); in TEST_F()
144 Instruction::GOTO_32, 0, 0); in TEST_F()
Dsuspend_check_test.cc55 Instruction::GOTO_32, 0, 0); in TEST_F()
Dcodegen_test.cc139 Instruction::GOTO_32, 4, 0, in TEST_F()
141 Instruction::GOTO_32, 0xFFFF, 0xFFFF); in TEST_F()
Dinstruction_builder.cc2254 case Instruction::GOTO_32: { in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java195 || 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/
DOpcode.java62 GOTO_32, enumConstant
DInstruction.java363 addOpcodeInfo(Opcode.GOTO_32, "goto/32", 0x2a, new Format30t()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h81 return Instruction::GOTO <= opcode && opcode <= Instruction::GOTO_32; in IsInstructionGoto()
Ddex_instruction_list.h64 V(0x2A, GOTO_32, "goto/32", k30t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java580 || Opcode.isBetween(opcode, Opcode.GOTO, Opcode.GOTO_32)) { in isInstructionBranch()
/art/tools/veridex/
Dflow_analysis.cc363 case Instruction::GOTO_32: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h826 HANDLER_ATTRIBUTES bool GOTO_32() { in GOTO_32() function
/art/runtime/verifier/
Dmethod_verifier.cc1453 case Instruction::GOTO_32: in GetBranchOffset()
2590 case Instruction::GOTO_32: in CodeFlowVerifyInstruction()