Searched refs:SGET_BOOLEAN (Results 1 – 12 of 12) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 119 SGET_BOOLEAN, enumConstant
|
D | Instruction.java | 421 addOpcodeInfo(Opcode.SGET_BOOLEAN, "sget-boolean", 0x63, new Format21c()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 141 case Instruction::SGET_BOOLEAN: in CollectAccesses()
|
D | flow_analysis.cc | 573 case Instruction::SGET_BOOLEAN: in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 220 if (opcode == Opcode.IGET_BOOLEAN || opcode == Opcode.SGET_BOOLEAN) { in getInstructionOutputType()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 233 case SGET_BOOLEAN: in DumpString()
|
D | dex_instruction_list.h | 121 …V(0x63, SGET_BOOLEAN, "sget-boolean", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBField…
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 354 case Instruction::SGET_BOOLEAN: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 313 case Instruction::SGET_BOOLEAN: in ProcessCodeItem()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2978 case Instruction::SGET_BOOLEAN: in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1519 ALWAYS_INLINE void SGET_BOOLEAN() REQUIRES_SHARED(Locks::mutator_lock_) { in SGET_BOOLEAN() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2890 case Instruction::SGET_BOOLEAN: in CodeFlowVerifyInstruction()
|