Home
last modified time | relevance | path

Searched refs:IGET_CHAR (Results 1 – 12 of 12) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java107 IGET_CHAR, enumConstant
DInstruction.java409 addOpcodeInfo(Opcode.IGET_CHAR, "iget-char", 0x57, new Format22c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_to_dex_decompiler.cc141 DecompileInstanceFieldAccess(inst, dex_pc, Instruction::IGET_CHAR); in Decompile()
Dcommon_throws.cc475 case Instruction::IGET_CHAR: in IsValidImplicitCheck()
606 case Instruction::IGET_CHAR: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction.cc266 case IGET_CHAR: in DumpString()
Ddex_instruction_list.h109 …V(0x57, IGET_CHAR, "iget-char", k22c, kIndexFieldRef, kContinue | kThrow | kLoad | kRegCFieldOrCon…
/art/compiler/dex/
Dinline_method_analyser.cc404 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()
Ddex_to_dex_compiler.cc149 case Instruction::IGET_CHAR: in Compile()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java227 if (opcode == Opcode.IGET_CHAR || opcode == Opcode.SGET_CHAR in getInstructionOutputType()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1180 case Instruction::IGET_CHAR: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2602 case Instruction::IGET_CHAR: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2805 case Instruction::IGET_CHAR: in CodeFlowVerifyInstruction()