Searched refs:INT_TO_BYTE (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 161 INT_TO_BYTE, enumConstant
|
D | Instruction.java | 464 addOpcodeInfo(Opcode.INT_TO_BYTE, "int-to-byte", 0x8d, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 224 || opcode == Opcode.INT_TO_BYTE) { in getInstructionOutputType()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 398 case Instruction::INT_TO_BYTE: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 163 …V(0x8D, INT_TO_BYTE, "int-to-byte", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyRegB)…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2423 case Instruction::INT_TO_BYTE: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1899 ALWAYS_INLINE void INT_TO_BYTE() REQUIRES_SHARED(Locks::mutator_lock_) { in INT_TO_BYTE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3271 case Instruction::INT_TO_BYTE: in CodeFlowVerifyInstruction()
|