Searched refs:CONST_WIDE_16 (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 42 CONST_WIDE_16, enumConstant
|
D | Instruction.java | 342 addOpcodeInfo(Opcode.CONST_WIDE_16, "const-wide/16", 0x16, new Format21s()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 59 return Instruction::CONST_WIDE_16 <= opcode && opcode <= Instruction::CONST_WIDE_HIGH16; in IsInstructionConstWide()
|
D | dex_instruction_list.h | 44 …V(0x16, CONST_WIDE_16, "const-wide/16", k21s, kIndexNone, kContinue, kRegBFieldOrConstant, kVerify…
|
/art/tools/veridex/ |
D | flow_analysis.cc | 257 case Instruction::CONST_WIDE_16: in ProcessDexInstruction()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 476 case Instruction::CONST_WIDE_16: in AnalyseMethodCode()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 488 case Instruction::CONST_WIDE_16: in ExecuteSwitchImplCpp()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1985 case Instruction::CONST_WIDE_16: { in ProcessDexInstruction()
|