Home
last modified time | relevance | path

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

/art/runtime/
Ddex_to_dex_decompiler.cc146 DecompileInstanceFieldAccess(inst, Instruction::IPUT_BOOLEAN); in Decompile()
Dcommon_throws.cc503 case Instruction::IPUT_BOOLEAN: in IsValidImplicitCheck()
663 case Instruction::IPUT_BOOLEAN: in ThrowNullPointerExceptionFromDexPC()
/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.cc126 case Instruction::IPUT_BOOLEAN: in CollectAccesses()
Dflow_analysis.cc562 case Instruction::IPUT_BOOLEAN: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction.cc296 case IPUT_BOOLEAN: in DumpString()
Ddex_instruction_list.h114 …V(0x5C, IPUT_BOOLEAN, "iput-boolean", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFiel…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc276 case Instruction::IPUT_BOOLEAN: in Compile()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc253 case Instruction::IPUT_BOOLEAN: in ProcessCodeItem()
Ddexanalyze_experiments.cc343 case Instruction::IPUT_BOOLEAN: in ProcessDexFile()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1075 HANDLER_ATTRIBUTES bool IPUT_BOOLEAN() { in IPUT_BOOLEAN() function
/art/runtime/dex/
Ddex_file_annotations.cc1402 case Instruction::IPUT_BOOLEAN: in MethodContainsRSensitiveAccess()
/art/compiler/optimizing/
Dinstruction_builder.cc2983 case Instruction::IPUT_BOOLEAN: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2867 case Instruction::IPUT_BOOLEAN: in CodeFlowVerifyInstruction()