Searched refs:GOTO_32 (Results 1 – 14 of 14) sorted by relevance
/art/compiler/optimizing/ |
D | pretty_printer_test.cc | 129 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()
|
D | dominator_test.cc | 122 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()
|
D | suspend_check_test.cc | 55 Instruction::GOTO_32, 0, 0); in TEST_F()
|
D | codegen_test.cc | 147 Instruction::GOTO_32, 4, 0, in TEST_F() 149 Instruction::GOTO_32, 0xFFFF, 0xFFFF); in TEST_F()
|
D | instruction_builder.cc | 2232 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/libdexfile/dex/ |
D | dex_instruction_utils.h | 81 return Instruction::GOTO <= opcode && opcode <= Instruction::GOTO_32; in IsInstructionGoto()
|
D | dex_instruction_list.h | 64 V(0x2A, GOTO_32, "goto/32", k30t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | CodeTranslator.java | 580 || Opcode.isBetween(opcode, Opcode.GOTO, Opcode.GOTO_32)) { in isInstructionBranch()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 363 case Instruction::GOTO_32: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1413 case Instruction::GOTO_32: in GetBranchOffset() 2577 case Instruction::GOTO_32: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 950 ALWAYS_INLINE void GOTO_32() REQUIRES_SHARED(Locks::mutator_lock_) { in GOTO_32() function
|