Home
last modified time | relevance | path

Searched refs:IPUT_BOOLEAN (Results 1 – 15 of 15) 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/runtime/jit/
Dsmall_pattern_matcher.cc328 case Instruction::IPUT_BOOLEAN: in TryMatch()
333 pair->Opcode() == Instruction::IPUT_BOOLEAN || in TryMatch()
/art/compiler/dex/
Dinline_method_analyser.cc408 static_assert(IsInstructionIPut(Instruction::IPUT_BOOLEAN));
418 IGetMemAccessType(Instruction::IGET_BOOLEAN) == IPutMemAccessType(Instruction::IPUT_BOOLEAN));
473 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.cc499 case Instruction::IPUT_BOOLEAN: in IsValidImplicitCheck()
607 case Instruction::IPUT_BOOLEAN: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction.cc288 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.h1149 HANDLER_ATTRIBUTES bool IPUT_BOOLEAN() { in IPUT_BOOLEAN() function
/art/runtime/dex/
Ddex_file_annotations.cc1442 case Instruction::IPUT_BOOLEAN: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc3604 case Instruction::IPUT_BOOLEAN: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2781 case Instruction::IPUT_BOOLEAN: in CodeFlowVerifyInstruction()