Lines Matching refs:true_label
1738 Label* true_label = instr->TrueLabel(chunk_); in DoBranch() local
1792 value, Heap::kTrueValueRootIndex, true_label); in DoBranch()
1807 __ JumpIfSmi(value, true_label); in DoBranch()
1834 __ B(ge, true_label); in DoBranch()
1844 __ B(true_label); in DoBranch()
1851 __ B(eq, true_label); in DoBranch()
1857 __ B(eq, true_label); in DoBranch()
1870 __ B(true_label); in DoBranch()
2253 Label* true_label = instr->TrueLabel(chunk_); in DoClassOfTestAndBranch() local
2264 __ B(eq, true_label); in DoClassOfTestAndBranch()
2278 __ B(ne, true_label); in DoClassOfTestAndBranch()
5531 Label* true_label = instr->TrueLabel(chunk_); in DoTypeofIsAndBranch() local
5537 __ JumpIfSmi(value, true_label); in DoTypeofIsAndBranch()
5573 __ JumpIfRoot(value, Heap::kTrueValueRootIndex, true_label); in DoTypeofIsAndBranch()
5581 __ JumpIfRoot(value, Heap::kUndefinedValueRootIndex, true_label); in DoTypeofIsAndBranch()
5605 __ JumpIfRoot(value, Heap::kNullValueRootIndex, true_label); in DoTypeofIsAndBranch()