Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc130 DecompileInstanceFieldAccess(inst, Instruction::IGET_BYTE); in Decompile()
Dcommon_throws.cc497 case Instruction::IGET_BYTE: in IsValidImplicitCheck()
635 case Instruction::IGET_BYTE: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java106 IGET_BYTE, enumConstant
DInstruction.java408 addOpcodeInfo(Opcode.IGET_BYTE, "iget-byte", 0x56, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
Dinline_method_analyser.cc405 static_assert(InlineMethodAnalyser::IsInstructionIGet(Instruction::IGET_BYTE), "iget_byte type");
425 static_assert(InlineMethodAnalyser::IGetVariant(Instruction::IGET_BYTE) ==
487 case Instruction::IGET_BYTE: in AnalyseMethodCode()
/art/tools/veridex/
Dhidden_api_finder.cc116 case Instruction::IGET_BYTE: in CollectAccesses()
Dflow_analysis.cc552 case Instruction::IGET_BYTE: in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java223 if (opcode == Opcode.IGET_BYTE || opcode == Opcode.SGET_BYTE in getInstructionOutputType()
/art/libdexfile/dex/
Ddex_instruction.cc274 case IGET_BYTE: in DumpString()
Ddex_instruction_list.h108 …V(0x56, IGET_BYTE, "iget-byte", k22c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegCFieldOrCons…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc256 case Instruction::IGET_BYTE: in Compile()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc245 case Instruction::IGET_BYTE: in ProcessCodeItem()
Ddexanalyze_experiments.cc333 case Instruction::IGET_BYTE: in ProcessDexFile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h995 HANDLER_ATTRIBUTES bool IGET_BYTE() { in IGET_BYTE() function
/art/runtime/dex/
Ddex_file_annotations.cc1390 case Instruction::IGET_BYTE: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2965 case Instruction::IGET_BYTE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2841 case Instruction::IGET_BYTE: in CodeFlowVerifyInstruction()