Lines Matching defs:condition
207 void AssertFalse(Node* condition) {
211 GotoIfNot(condition, &ok);
3847 // {effective_size} is >= 1 if condition 1) holds.
5725 [=](Node* condition, BranchHint hint) -> void {
5726 gasm_->GotoIf(condition, label, hint, Int32Constant(1));
5729 [=](Node* condition, BranchHint hint) -> void {
5730 gasm_->GotoIf(condition, label, hint, Int32Constant(0));
5733 [=](Node* condition, BranchHint hint) -> void {
5734 gasm_->GotoIfNot(condition, label, hint, Int32Constant(0));
5741 [=](Node* condition, BranchHint hint) -> void {
5742 gasm_->GotoIf(condition, label, hint);
5745 [=](Node* condition, BranchHint hint) -> void {
5746 TrapIfTrue(wasm::kTrapIllegalCast, condition, position);
5749 [=](Node* condition, BranchHint hint) -> void {
5750 TrapIfFalse(wasm::kTrapIllegalCast, condition, position);
5759 [&](Node* condition, BranchHint hint) -> void {
5761 condition, control());
5768 [&](Node* condition, BranchHint hint) -> void {
5770 condition, control());
5777 [&](Node* condition, BranchHint hint) -> void {
5779 condition, control());