Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc261 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, \
311 Instruction::CONST_WIDE | 0 << 8, word0, word1, word2, word3, in TEST_F()
312 Instruction::CONST_WIDE | 2 << 8, 1, 0, 0, 0, in TEST_F()
381 Instruction::CONST_WIDE | 0 << 8, 3, 0, 0, 0, in TEST_F()
382 Instruction::CONST_WIDE | 2 << 8, 4, 0, 0, 0, in TEST_F()
391 Instruction::CONST_WIDE | 0 << 8, 3, 0, 0, 0, in TEST_F()
392 Instruction::CONST_WIDE | 2 << 8, 4, 0, 0, 0, in TEST_F()
Dinstruction_builder.cc2007 case Instruction::CONST_WIDE: { in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java44 CONST_WIDE, enumConstant
DInstruction.java344 addOpcodeInfo(Opcode.CONST_WIDE, "const-wide", 0x18, new Format51l()); in addOpcodeInfo() argument
/art/compiler/dex/
Dinline_method_analyser.cc119 (instruction_->Opcode() == Instruction::CONST_WIDE ? instruction_->VRegB_51l() == 0 in Const0()
189 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u in GetZeroVRegMask()
475 case Instruction::CONST_WIDE: in AnalyseMethodCode()
/art/tools/veridex/
Dflow_analysis.cc259 case Instruction::CONST_WIDE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h46 …V(0x18, CONST_WIDE, "const-wide", k51l, kIndexNone, kContinue, kRegBFieldOrConstant, kVerifyRegAWi…
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc498 case Instruction::CONST_WIDE: in ExecuteSwitchImplCpp()