Lines Matching refs:not_ok
107 Label not_ok(this, Label::kDeferred); in Check() local
113 branch(&ok, ¬_ok); in Check()
115 BIND(¬_ok); in Check()
129 BranchGenerator branch = [=](Label* ok, Label* not_ok) { in Check() argument
131 Branch(condition, ok, not_ok); in Check()
140 BranchGenerator branch = [=](Label* ok, Label* not_ok) { in Check() argument
141 Branch(condition_node, ok, not_ok); in Check()
163 Label ok(this), not_ok(this, Label::kDeferred); in FastCheck() local
164 Branch(condition, &ok, ¬_ok); in FastCheck()
165 BIND(¬_ok); in FastCheck()
15018 CSA_DCHECK_BRANCH(this, [=](Label* ok, Label* not_ok) { in ArrayCreate() argument
15020 SmiConstant(0), ok, not_ok); in ArrayCreate()