Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java112 IPUT_BOOLEAN, enumConstant
DInstruction.java414 addOpcodeInfo(Opcode.IPUT_BOOLEAN, "iput-boolean", 0x5c, new Format22c()); in addOpcodeInfo() argument
/art/compiler/dex/
Dinline_method_analyser.cc412 static_assert(InlineMethodAnalyser::IsInstructionIPut(Instruction::IPUT_BOOLEAN),
424 InlineMethodAnalyser::IPutVariant(Instruction::IPUT_BOOLEAN), "iget/iput_boolean variant");
498 case Instruction::IPUT_BOOLEAN: in AnalyseMethodCode()
/art/tools/veridex/
Dhidden_api_finder.cc133 case Instruction::IPUT_BOOLEAN: in CollectAccesses()
Dflow_analysis.cc585 case Instruction::IPUT_BOOLEAN: in ProcessDexInstruction()
/art/runtime/
Dcommon_throws.cc501 case Instruction::IPUT_BOOLEAN: in IsValidImplicitCheck()
609 case Instruction::IPUT_BOOLEAN: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction.cc287 case IPUT_BOOLEAN: in DumpString()
Ddex_instruction_list.h114 …V(0x5C, IPUT_BOOLEAN, "iput-boolean", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFiel…
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc343 case Instruction::IPUT_BOOLEAN: in ProcessDexFile()
Ddexanalyze_bytecode.cc253 case Instruction::IPUT_BOOLEAN: in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h972 HANDLER_ATTRIBUTES bool IPUT_BOOLEAN() { in IPUT_BOOLEAN() function
/art/runtime/dex/
Ddex_file_annotations.cc1364 case Instruction::IPUT_BOOLEAN: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3414 case Instruction::IPUT_BOOLEAN: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2854 case Instruction::IPUT_BOOLEAN: in CodeFlowVerifyInstruction()