Searched refs:LONG_TO_INT (Results 1 – 10 of 10) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 129 oppositeOpcode = Opcode.LONG_TO_INT; in applyMutation() 137 case LONG_TO_INT: in applyMutation()
|
D | ValuePrinter.java | 236 || opcode == Opcode.LONG_TO_INT || opcode == Opcode.FLOAT_TO_INT in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 152 LONG_TO_INT, enumConstant
|
D | Instruction.java | 455 addOpcodeInfo(Opcode.LONG_TO_INT, "long-to-int", 0x84, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 389 case Instruction::LONG_TO_INT: in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | codegen_test.cc | 316 Instruction::LONG_TO_INT | 4 << 8 | 0 << 12, in TEST_F()
|
D | instruction_builder.cc | 2378 case Instruction::LONG_TO_INT: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 154 …V(0x84, LONG_TO_INT, "long-to-int", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyRegBW…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1841 ALWAYS_INLINE void LONG_TO_INT() REQUIRES_SHARED(Locks::mutator_lock_) { in LONG_TO_INT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3236 case Instruction::LONG_TO_INT: in CodeFlowVerifyInstruction()
|