Home
last modified time | relevance | path

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

/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.cc409 static_assert(IsInstructionIPut(Instruction::IPUT_BYTE));
420 IGetMemAccessType(Instruction::IGET_BYTE) == IPutMemAccessType(Instruction::IPUT_BYTE));
474 case Instruction::IPUT_BYTE: in AnalyseMethodCode()
/art/tools/veridex/
Dhidden_api_finder.cc134 case Instruction::IPUT_BYTE: in CollectAccesses()
Dflow_analysis.cc586 case Instruction::IPUT_BYTE: in ProcessDexInstruction()
/art/runtime/
Dcommon_throws.cc500 case Instruction::IPUT_BYTE: in IsValidImplicitCheck()
608 case Instruction::IPUT_BYTE: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction.cc289 case IPUT_BYTE: in DumpString()
Ddex_instruction_list.h115 …V(0x5D, IPUT_BYTE, "iput-byte", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFieldOrCon…
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc344 case Instruction::IPUT_BYTE: in ProcessDexFile()
Ddexanalyze_bytecode.cc254 case Instruction::IPUT_BYTE: in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1153 HANDLER_ATTRIBUTES bool IPUT_BYTE() { in IPUT_BYTE() function
/art/runtime/dex/
Ddex_file_annotations.cc1443 case Instruction::IPUT_BYTE: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3605 case Instruction::IPUT_BYTE: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2784 case Instruction::IPUT_BYTE: in CodeFlowVerifyInstruction()