Searched refs:IPUT_BOOLEAN (Results 1 – 15 of 15) sorted by relevance
/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/runtime/jit/ |
D | small_pattern_matcher.cc | 328 case Instruction::IPUT_BOOLEAN: in TryMatch() 333 pair->Opcode() == Instruction::IPUT_BOOLEAN || in TryMatch()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 408 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/ |
D | hidden_api_finder.cc | 133 case Instruction::IPUT_BOOLEAN: in CollectAccesses()
|
D | flow_analysis.cc | 585 case Instruction::IPUT_BOOLEAN: in ProcessDexInstruction()
|
/art/runtime/ |
D | common_throws.cc | 499 case Instruction::IPUT_BOOLEAN: in IsValidImplicitCheck() 607 case Instruction::IPUT_BOOLEAN: in ThrowNullPointerExceptionFromDexPC()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 288 case IPUT_BOOLEAN: in DumpString()
|
D | dex_instruction_list.h | 114 …V(0x5C, IPUT_BOOLEAN, "iput-boolean", k22c, kIndexFieldRef, kContinue | kThrow, kStore | kRegCFiel…
|
/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/interpreter/ |
D | interpreter_switch_impl-inl.h | 1149 HANDLER_ATTRIBUTES bool IPUT_BOOLEAN() { in IPUT_BOOLEAN() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1442 case Instruction::IPUT_BOOLEAN: in MethodContainsRSensitiveAccess()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3604 case Instruction::IPUT_BOOLEAN: in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2781 case Instruction::IPUT_BOOLEAN: in CodeFlowVerifyInstruction()
|