Searched refs:IGET_CHAR (Results 1 – 12 of 12) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 107 IGET_CHAR, enumConstant
|
D | Instruction.java | 409 addOpcodeInfo(Opcode.IGET_CHAR, "iget-char", 0x57, new Format22c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 141 DecompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_CHAR); in Decompile()
|
D | common_throws.cc | 475 case Instruction::IGET_CHAR: in IsValidImplicitCheck() 606 case Instruction::IGET_CHAR: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction.cc | 266 case IGET_CHAR: in DumpString()
|
D | dex_instruction_list.h | 109 …V(0x57, IGET_CHAR, "iget-char", k22c, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrCon…
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 404 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_CHAR), "iget_char type"); 425 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_CHAR) == 484 case Instruction::IGET_CHAR: in AnalyseMethodCode()
|
D | dex_to_dex_compiler.cc | 149 case Instruction::IGET_CHAR: in Compile()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 227 if (opcode == Opcode.IGET_CHAR || opcode == Opcode.SGET_CHAR in getInstructionOutputType()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1180 case Instruction::IGET_CHAR: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2602 case Instruction::IGET_CHAR: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2805 case Instruction::IGET_CHAR: in CodeFlowVerifyInstruction()
|