Home | History | Annotate | Download | only in src

Lines Matching refs:not_ok

110   Label not_ok(this, Label::kDeferred);
116 branch(&ok, &not_ok);
118 BIND(&not_ok);
152 BranchGenerator branch = [=](Label* ok, Label* not_ok) {
155 Branch(condition, ok, not_ok);