Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc134 DecompileInstanceFieldAccess(inst, Instruction::IGET_CHAR); in Decompile()
Dcommon_throws.cc498 case Instruction::IGET_CHAR: in IsValidImplicitCheck()
636 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()
/art/tools/veridex/
Dhidden_api_finder.cc117 case Instruction::IGET_CHAR: in CollectAccesses()
Dflow_analysis.cc553 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/dex2oat/dex/
Ddex_to_dex_compiler.cc261 case Instruction::IGET_CHAR: in Compile()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc246 case Instruction::IGET_CHAR: in ProcessCodeItem()
Ddexanalyze_experiments.cc334 case Instruction::IGET_CHAR: in ProcessDexFile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h999 HANDLER_ATTRIBUTES bool IGET_CHAR() { in IGET_CHAR() function
/art/runtime/dex/
Ddex_file_annotations.cc1392 case Instruction::IGET_CHAR: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2967 case Instruction::IGET_CHAR: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2845 case Instruction::IGET_CHAR: in CodeFlowVerifyInstruction()