Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc186 uint16_t GetZeroVRegMask(const Instruction* const0) { in GetZeroVRegMask() argument
187 DCHECK(IsInstructionDirectConst(const0->Opcode())); in GetZeroVRegMask()
188 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u in GetZeroVRegMask()
189 : const0->VRegB() == 0); in GetZeroVRegMask()
190 uint16_t base_mask = IsInstructionConstWide(const0->Opcode()) ? 3u : 1u; in GetZeroVRegMask()
191 return base_mask << const0->VRegA(); in GetZeroVRegMask()