Lines Matching refs:false_label
1739 Label* false_label = instr->FalseLabel(chunk_); in DoBranch() local
1786 value, Heap::kUndefinedValueRootIndex, false_label); in DoBranch()
1794 value, Heap::kFalseValueRootIndex, false_label); in DoBranch()
1800 value, Heap::kNullValueRootIndex, false_label); in DoBranch()
1806 __ Cbz(value, false_label); in DoBranch()
1827 scratch, 1 << Map::kIsUndetectable, false_label); in DoBranch()
1843 __ Cbz(scratch, false_label); in DoBranch()
1868 __ B(vs, false_label); in DoBranch()
1869 __ B(eq, false_label); in DoBranch()
2254 Label* false_label = instr->FalseLabel(chunk_); in DoClassOfTestAndBranch() local
2259 __ JumpIfSmi(input, false_label); in DoClassOfTestAndBranch()
2266 __ B(eq, false_label); in DoClassOfTestAndBranch()
2280 __ B(ne, false_label); in DoClassOfTestAndBranch()
5532 Label* false_label = instr->FalseLabel(chunk_); in DoTypeofIsAndBranch() local
5559 __ JumpIfSmi(value, false_label); in DoTypeofIsAndBranch()
5568 __ JumpIfSmi(value, false_label); in DoTypeofIsAndBranch()
5582 __ JumpIfSmi(value, false_label); in DoTypeofIsAndBranch()
5592 __ JumpIfSmi(value, false_label); in DoTypeofIsAndBranch()
5604 __ JumpIfSmi(value, false_label); in DoTypeofIsAndBranch()
5608 false_label, lt); in DoTypeofIsAndBranch()
5620 __ JumpIfSmi(value, false_label); \ in DoTypeofIsAndBranch()
5629 __ B(false_label); in DoTypeofIsAndBranch()