Home
last modified time | relevance | path

Searched refs:SGET_BOOLEAN (Results 1 – 12 of 12) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java119 SGET_BOOLEAN, enumConstant
DInstruction.java421 addOpcodeInfo(Opcode.SGET_BOOLEAN, "sget-boolean", 0x63, new Format21c()); in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc141 case Instruction::SGET_BOOLEAN: in CollectAccesses()
Dflow_analysis.cc573 case Instruction::SGET_BOOLEAN: in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java220 if (opcode == Opcode.IGET_BOOLEAN || opcode == Opcode.SGET_BOOLEAN) { in getInstructionOutputType()
/art/libdexfile/dex/
Ddex_instruction.cc233 case SGET_BOOLEAN: in DumpString()
Ddex_instruction_list.h121 …V(0x63, SGET_BOOLEAN, "sget-boolean", k21c, kIndexFieldRef, kContinue | kThrow, kLoad | kRegBField…
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc354 case Instruction::SGET_BOOLEAN: in ProcessDexFile()
Ddexanalyze_bytecode.cc313 case Instruction::SGET_BOOLEAN: in ProcessCodeItem()
/art/compiler/optimizing/
Dinstruction_builder.cc2978 case Instruction::SGET_BOOLEAN: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1519 ALWAYS_INLINE void SGET_BOOLEAN() REQUIRES_SHARED(Locks::mutator_lock_) { in SGET_BOOLEAN() function
/art/runtime/verifier/
Dmethod_verifier.cc2890 case Instruction::SGET_BOOLEAN: in CodeFlowVerifyInstruction()