Home | History | Annotate | Download | only in dex

Lines Matching refs:const0

61   bool Const0();
118 bool Matcher::Const0() {
185 uint16_t GetZeroVRegMask(const Instruction* const0) {
186 DCHECK(IsInstructionDirectConst(const0->Opcode()));
187 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u
188 : const0->VRegB() == 0);
189 uint16_t base_mask = IsInstructionConstWide(const0->Opcode()) ? 3u : 1u;
190 return base_mask << const0->VRegA();
282 &Matcher::Repeated<&Matcher::Const0>,
285 &Matcher::Repeated<&Matcher::Const0>,