Searched refs:CONST_WIDE_32 (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 43 CONST_WIDE_32, enumConstant
|
D | Instruction.java | 343 addOpcodeInfo(Opcode.CONST_WIDE_32, "const-wide/32", 0x17, new Format31i()); in addOpcodeInfo() argument
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 493 case Instruction::CONST_WIDE_32: in AnalyseMethodCode()
|
/art/runtime/ |
D | dex_instruction_list.h | 44 …V(0x17, CONST_WIDE_32, "const-wide/32", k31i, true, kIndexNone, kContinue | kRegBFieldOrConstant, …
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 1748 case Instruction::CONST_WIDE_32: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 425 HANDLE_INSTRUCTION_START(CONST_WIDE_32) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 366 case Instruction::CONST_WIDE_32: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2236 case Instruction::CONST_WIDE_32: { in CodeFlowVerifyInstruction()
|