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/compiler/dex/
Dinline_method_analyser.cc477 case Instruction::CONST_WIDE_32: in AnalyseMethodCode()
/art/tools/veridex/
Dflow_analysis.cc266 case Instruction::CONST_WIDE_32: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h45 …V(0x17, CONST_WIDE_32, "const-wide/32", k31i, kIndexNone, kContinue, kRegBFieldOrConstant, kVerify…
/art/compiler/optimizing/
Dinstruction_builder.cc1219 case Instruction::CONST_WIDE_32: in HasTrivialClinit()
2169 case Instruction::CONST_WIDE_32: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h580 HANDLER_ATTRIBUTES bool CONST_WIDE_32() { in CONST_WIDE_32() function
/art/runtime/verifier/
Dmethod_verifier.cc2289 case Instruction::CONST_WIDE_32: { in CodeFlowVerifyInstruction()