Searched refs:MUL_INT (Results 1 – 10 of 10) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 166 MUL_INT, enumConstant
|
D | Instruction.java | 469 addOpcodeInfo(Opcode.MUL_INT, "mul-int", 0x92, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 188 intOpcodes.add(Opcode.MUL_INT);
|
/art/compiler/optimizing/ |
D | scheduler_test.cc | 418 Instruction::MUL_INT | 4 << 8, 1 << 8 | 2, // mul-int v4, v2, v1 in TEST_F()
|
D | codegen_test.cc | 365 Instruction::MUL_INT, 1 << 8 | 0, in TEST_F()
|
D | instruction_builder.cc | 2483 case Instruction::MUL_INT: { in ProcessDexInstruction()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 413 case Instruction::MUL_INT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 168 …V(0x92, MUL_INT, "mul-int", k23x, kIndexNone, kContinue, kMultiply, kVerifyRegA | kVerifyRegB | kV…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1931 ALWAYS_INLINE void MUL_INT() REQUIRES_SHARED(Locks::mutator_lock_) { in MUL_INT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3283 case Instruction::MUL_INT: in CodeFlowVerifyInstruction()
|