Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc134 DecompileInstanceFieldAccess(inst, Instruction::IGET_CHAR); in Decompile()
Dcommon_throws.cc499 case Instruction::IGET_CHAR: in IsValidImplicitCheck()
631 case Instruction::IGET_CHAR: in ThrowNullPointerExceptionFromDexPC()
/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/compiler/dex/
Dinline_method_analyser.cc406 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_CHAR), "iget_char type");
427 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_CHAR) ==
488 case Instruction::IGET_CHAR: in AnalyseMethodCode()
Ddex_to_dex_compiler.cc259 case Instruction::IGET_CHAR: in Compile()
/art/tools/veridex/
Dhidden_api_finder.cc137 case Instruction::IGET_CHAR: in CollectAccesses()
Dflow_analysis.cc545 case Instruction::IGET_CHAR: in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java227 if (opcode == Opcode.IGET_CHAR || opcode == Opcode.SGET_CHAR in getInstructionOutputType()
/art/libdexfile/dex/
Ddex_instruction.cc275 case IGET_CHAR: in DumpString()
Ddex_instruction_list.h109 …V(0x57, IGET_CHAR, "iget-char", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrCons…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1328 case Instruction::IGET_CHAR: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2811 case Instruction::IGET_CHAR: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2775 case Instruction::IGET_CHAR: in CodeFlowVerifyInstruction()