Searched refs:IPUT_BOOLEAN (Results 1 – 16 of 16) sorted by relevance
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 146 DecompileInstanceFieldAccess(inst, Instruction::IPUT_BOOLEAN); in Decompile()
|
D | common_throws.cc | 501 case Instruction::IPUT_BOOLEAN: in IsValidImplicitCheck() 655 case Instruction::IPUT_BOOLEAN: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 112 IPUT_BOOLEAN, enumConstant
|
D | Instruction.java | 414 addOpcodeInfo(Opcode.IPUT_BOOLEAN, "iput-boolean", 0x5c, new Format22c()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 412 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/ |
D | hidden_api_finder.cc | 130 case Instruction::IPUT_BOOLEAN: in CollectAccesses()
|
D | flow_analysis.cc | 562 case Instruction::IPUT_BOOLEAN: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 296 case IPUT_BOOLEAN: in DumpString()
|
D | dex_instruction_list.h | 114 …V(0x5C, IPUT_BOOLEAN, "iput-boolean", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFiel…
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 276 case Instruction::IPUT_BOOLEAN: in Compile()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 343 case Instruction::IPUT_BOOLEAN: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 253 case Instruction::IPUT_BOOLEAN: in ProcessCodeItem()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1402 case Instruction::IPUT_BOOLEAN: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2961 case Instruction::IPUT_BOOLEAN: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1561 ALWAYS_INLINE void IPUT_BOOLEAN() REQUIRES_SHARED(Locks::mutator_lock_) { in IPUT_BOOLEAN() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2860 case Instruction::IPUT_BOOLEAN: in CodeFlowVerifyInstruction()
|