Searched refs:kExprBrIf (Results 1 – 5 of 5) sorted by relevance
283 case kExprBrIf: { in PrintRawWasmCode()
1598 case kExprBrIf:1960 case kExprBrIf:
1172 current_function_builder_->EmitWithU8(kExprBrIf, 1); in WhileStatement()1203 current_function_builder_->EmitWithU8(kExprBrIf, 1); in DoStatement()1238 current_function_builder_->EmitWithU8(kExprBrIf, 2); in ForStatement()1339 current_function_builder_->EmitWithI32V(kExprBrIf, table_pos++); in SwitchStatement()
199 let kExprBrIf = 0x0d; variable
1719 if ((decoder->lookahead(1, kExprBrIf) || in UnOp()1856 if ((decoder->lookahead(1, kExprBrIf) || decoder->lookahead(1, kExprIf)) && in EmitI32CmpOp()