Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java162 INT_TO_CHAR, enumConstant
DInstruction.java465 addOpcodeInfo(Opcode.INT_TO_CHAR, "int-to-char", 0x8e, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java228 || opcode == Opcode.INT_TO_CHAR) { in getInstructionOutputType()
/art/tools/veridex/
Dflow_analysis.cc400 case Instruction::INT_TO_CHAR: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h164 …V(0x8E, INT_TO_CHAR, "int-to-char", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyRegB)…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1338 HANDLER_ATTRIBUTES bool INT_TO_CHAR() { in INT_TO_CHAR() function
/art/compiler/optimizing/
Dinstruction_builder.cc2455 case Instruction::INT_TO_CHAR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3281 case Instruction::INT_TO_CHAR: in CodeFlowVerifyInstruction()