Searched refs:SPUT_BOOLEAN (Results 1 – 11 of 11) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 126 SPUT_BOOLEAN, enumConstant
|
D | Instruction.java | 428 addOpcodeInfo(Opcode.SPUT_BOOLEAN, "sput-boolean", 0x6a, new Format21c()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 152 case Instruction::SPUT_BOOLEAN: in CollectAccesses()
|
D | flow_analysis.cc | 590 case Instruction::SPUT_BOOLEAN: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 247 case SPUT_BOOLEAN: in DumpString()
|
D | dex_instruction_list.h | 128 …V(0x6A, SPUT_BOOLEAN, "sput-boolean", k21c, kIndexFieldRef, kContinue | kThrow, kStore | kRegBFiel…
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 364 case Instruction::SPUT_BOOLEAN: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 320 case Instruction::SPUT_BOOLEAN: in ProcessCodeItem()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1215 case Instruction::SPUT_BOOLEAN: in HasTrivialClinit() 2989 case Instruction::SPUT_BOOLEAN: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1645 ALWAYS_INLINE void SPUT_BOOLEAN() REQUIRES_SHARED(Locks::mutator_lock_) { in SPUT_BOOLEAN() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2913 case Instruction::SPUT_BOOLEAN: in CodeFlowVerifyInstruction()
|