Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.cc34 set_out_opcode(out, kInstAlt); in InitAlt()
79 case kInstAlt: in Dump()
146 if (ip->opcode() == kInstAlt || ip->opcode() == kInstAltMatch) in ProgToString()
203 case kInstAlt: in IsMatch()
241 if (ip->opcode() == kInstAlt) { in Optimize()
264 if (ip->opcode() == kInstAlt) in Optimize()
267 if (ip->opcode() == kInstAlt) { in Optimize()
675 case kInstAlt: in MarkSuccessors()
735 case kInstAlt: in MarkDominator()
808 case kInstAlt: in EmitList()
Dprog.h30 kInstAlt = 0, // choose between out_ and out1_ enumerator
85 int out1() { DCHECK(opcode() == kInstAlt || opcode() == kInstAltMatch); return out1_; } in out1()
Dcompile.cc538 DCHECK(inst_[root].opcode() == kInstAlt || in AddSuffixRecursive()
609 while (inst_[root].opcode() == kInstAlt) { in FindByteRange()
621 if (inst_[out].opcode() == kInstAlt) in FindByteRange()