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.cc141 Instruction::GOTO_32, 4, 0, in TEST_F()
143 Instruction::GOTO_32, 0xFFFF, 0xFFFF); in TEST_F()
Dinstruction_builder.cc2717 case Instruction::GOTO_32: { in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DRandomInstructionGenerator.java191 || Opcode.isBetween(newOpcode, Opcode.GOTO, Opcode.GOTO_32)) { in generateMutation()
208 || 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.h76 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.cc386 case Instruction::GOTO_32: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h763 HANDLER_ATTRIBUTES bool GOTO_32() { in GOTO_32() function
/art/runtime/verifier/
Dmethod_verifier.cc1460 case Instruction::GOTO_32: in GetBranchOffset()
2584 case Instruction::GOTO_32: in CodeFlowVerifyInstruction()