Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.cc190 uint16_t base_mask = IsInstructionConstWide(const0->Opcode()) ? 3u : 1u; in GetZeroVRegMask() local
191 return base_mask << const0->VRegA(); in GetZeroVRegMask()