Searched refs:IGET_CHAR (Results 1 – 17 of 17) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 134 DecompileInstanceFieldAccess(inst, Instruction::IGET_CHAR); in Decompile()
|
D | common_throws.cc | 496 case Instruction::IGET_CHAR: in IsValidImplicitCheck() 628 case Instruction::IGET_CHAR: in ThrowNullPointerExceptionFromDexPC()
|
/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/compiler/dex/ |
D | inline_method_analyser.cc | 406 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/ |
D | hidden_api_finder.cc | 121 case Instruction::IGET_CHAR: in CollectAccesses()
|
D | flow_analysis.cc | 553 case Instruction::IGET_CHAR: in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 227 if (opcode == Opcode.IGET_CHAR || opcode == Opcode.SGET_CHAR in getInstructionOutputType()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 275 case IGET_CHAR: in DumpString()
|
D | dex_instruction_list.h | 109 …V(0x57, IGET_CHAR, "iget-char", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrCons…
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 261 case Instruction::IGET_CHAR: in Compile()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 334 case Instruction::IGET_CHAR: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 246 case Instruction::IGET_CHAR: in ProcessCodeItem()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1392 case Instruction::IGET_CHAR: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2945 case Instruction::IGET_CHAR: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1454 ALWAYS_INLINE void IGET_CHAR() REQUIRES_SHARED(Locks::mutator_lock_) { in IGET_CHAR() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2838 case Instruction::IGET_CHAR: in CodeFlowVerifyInstruction()
|