Home
last modified time | relevance | path

Searched refs:IPUT_BYTE (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Ddex_to_dex_decompiler.cc150 DecompileInstanceFieldAccess(inst, Instruction::IPUT_BYTE); in Decompile()
Dcommon_throws.cc502 case Instruction::IPUT_BYTE: in IsValidImplicitCheck()
656 case Instruction::IPUT_BYTE: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java113 IPUT_BYTE, enumConstant
DInstruction.java415 addOpcodeInfo(Opcode.IPUT_BYTE, "iput-byte", 0x5d, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
Dinline_method_analyser.cc414 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_BYTE), "iput_byte type");
426 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_BYTE), "iget/iput_byte variant");
499 case Instruction::IPUT_BYTE: in AnalyseMethodCode()
/art/tools/veridex/
Dhidden_api_finder.cc131 case Instruction::IPUT_BYTE: in CollectAccesses()
Dflow_analysis.cc563 case Instruction::IPUT_BYTE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction.cc297 case IPUT_BYTE: in DumpString()
Ddex_instruction_list.h115 …V(0x5D, IPUT_BYTE, "iput-byte", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrCon…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc281 case Instruction::IPUT_BYTE: in Compile()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc344 case Instruction::IPUT_BYTE: in ProcessDexFile()
Ddexanalyze_bytecode.cc254 case Instruction::IPUT_BYTE: in ProcessCodeItem()
/art/runtime/dex/
Ddex_file_annotations.cc1404 case Instruction::IPUT_BYTE: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2963 case Instruction::IPUT_BYTE: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1567 ALWAYS_INLINE void IPUT_BYTE() REQUIRES_SHARED(Locks::mutator_lock_) { in IPUT_BYTE() function
/art/runtime/verifier/
Dmethod_verifier.cc2864 case Instruction::IPUT_BYTE: in CodeFlowVerifyInstruction()