Home
last modified time | relevance | path

Searched refs:INT_TO_BYTE (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java161 INT_TO_BYTE, enumConstant
DInstruction.java464 addOpcodeInfo(Opcode.INT_TO_BYTE, "int-to-byte", 0x8d, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java224 || opcode == Opcode.INT_TO_BYTE) { in getInstructionOutputType()
/art/tools/veridex/
Dflow_analysis.cc398 case Instruction::INT_TO_BYTE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h163 …V(0x8D, INT_TO_BYTE, "int-to-byte", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyRegB)…
/art/compiler/optimizing/
Dinstruction_builder.cc2423 case Instruction::INT_TO_BYTE: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1899 ALWAYS_INLINE void INT_TO_BYTE() REQUIRES_SHARED(Locks::mutator_lock_) { in INT_TO_BYTE() function
/art/runtime/verifier/
Dmethod_verifier.cc3271 case Instruction::INT_TO_BYTE: in CodeFlowVerifyInstruction()