Lines Matching refs:true_label
1407 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoBranch() local
1422 __ j(equal, true_label); in DoBranch()
1437 __ JumpIfSmi(reg, true_label); in DoBranch()
1459 __ j(above_equal, true_label); in DoBranch()
1468 __ j(not_zero, true_label); in DoBranch()
1481 __ jmp(true_label); in DoBranch()
1626 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoIsNilAndBranch() local
1628 __ j(equal, true_label); in DoIsNilAndBranch()
1630 __ j(equal, true_label); in DoIsNilAndBranch()
1673 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoIsObjectAndBranch() local
1676 Condition true_cond = EmitIsObject(reg, false_label, true_label); in DoIsObjectAndBranch()
1891 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoClassOfTestAndBranch() local
1894 EmitClassOfTest(true_label, false_label, class_name, input, temp, temp2); in DoClassOfTestAndBranch()
4436 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoTypeofIsAndBranch() local
4440 EmitTypeofIs(true_label, false_label, input, instr->type_literal()); in DoTypeofIsAndBranch()
4447 Condition LCodeGen::EmitTypeofIs(Label* true_label, in EmitTypeofIs() argument
4453 __ JumpIfSmi(input, true_label); in EmitTypeofIs()
4469 __ j(equal, true_label); in EmitTypeofIs()
4479 __ j(equal, true_label); in EmitTypeofIs()
4491 __ j(equal, true_label); in EmitTypeofIs()
4499 __ j(equal, true_label); in EmitTypeofIs()