Home
last modified time | relevance | path

Searched refs:SPUT_BOOLEAN (Results 1 – 11 of 11) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java126 SPUT_BOOLEAN, enumConstant
DInstruction.java428 addOpcodeInfo(Opcode.SPUT_BOOLEAN, "sput-boolean", 0x6a, new Format21c()); in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc148 case Instruction::SPUT_BOOLEAN: in CollectAccesses()
Dflow_analysis.cc590 case Instruction::SPUT_BOOLEAN: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction.cc247 case SPUT_BOOLEAN: in DumpString()
Ddex_instruction_list.h128 …V(0x6A, SPUT_BOOLEAN, "sput-boolean", k21c, kIndexFieldRef, kContinue | kThrow, kStore | kRegBFiel…
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc364 case Instruction::SPUT_BOOLEAN: in ProcessDexFile()
Ddexanalyze_bytecode.cc320 case Instruction::SPUT_BOOLEAN: in ProcessCodeItem()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1131 HANDLER_ATTRIBUTES bool SPUT_BOOLEAN() { in SPUT_BOOLEAN() function
/art/compiler/optimizing/
Dinstruction_builder.cc1294 case Instruction::SPUT_BOOLEAN: in HasTrivialClinit()
3284 case Instruction::SPUT_BOOLEAN: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2921 case Instruction::SPUT_BOOLEAN: in CodeFlowVerifyInstruction()