Searched refs:INT_TO_CHAR (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 162 INT_TO_CHAR, enumConstant
|
D | Instruction.java | 465 addOpcodeInfo(Opcode.INT_TO_CHAR, "int-to-char", 0x8e, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 228 || opcode == Opcode.INT_TO_CHAR) { in getInstructionOutputType()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 423 case Instruction::INT_TO_CHAR: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 164 …V(0x8E, INT_TO_CHAR, "int-to-char", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyRegB)…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1191 HANDLER_ATTRIBUTES bool INT_TO_CHAR() { in INT_TO_CHAR() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2896 case Instruction::INT_TO_CHAR: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3258 case Instruction::INT_TO_CHAR: in CodeFlowVerifyInstruction()
|