Home
last modified time | relevance | path

Searched refs:CONST_WIDE_32 (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java43 CONST_WIDE_32, enumConstant
DInstruction.java343 addOpcodeInfo(Opcode.CONST_WIDE_32, "const-wide/32", 0x17, new Format31i()); in addOpcodeInfo() argument
/art/runtime/quick/
Dinline_method_analyser.cc493 case Instruction::CONST_WIDE_32: in AnalyseMethodCode()
/art/runtime/
Ddex_instruction_list.h44 …V(0x17, CONST_WIDE_32, "const-wide/32", k31i, true, kIndexNone, kContinue | kRegBFieldOrConstant, …
/art/compiler/optimizing/
Dinstruction_builder.cc1748 case Instruction::CONST_WIDE_32: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc425 HANDLE_INSTRUCTION_START(CONST_WIDE_32) in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc366 case Instruction::CONST_WIDE_32: in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2236 case Instruction::CONST_WIDE_32: { in CodeFlowVerifyInstruction()