Lines Matching refs:false_label
1744 Label* false_label = instr->FalseLabel(chunk_); in DoBranch() local
1792 value, Heap::kUndefinedValueRootIndex, false_label); in DoBranch()
1800 value, Heap::kFalseValueRootIndex, false_label); in DoBranch()
1806 value, Heap::kNullValueRootIndex, false_label); in DoBranch()
1812 __ Cbz(value, false_label); in DoBranch()
1833 scratch, 1 << Map::kIsUndetectable, false_label); in DoBranch()
1849 __ Cbz(scratch, false_label); in DoBranch()
1874 __ B(vs, false_label); in DoBranch()
1875 __ B(eq, false_label); in DoBranch()
2223 Label* false_label = instr->FalseLabel(chunk_); in DoClassOfTestAndBranch() local
2228 __ JumpIfSmi(input, false_label); in DoClassOfTestAndBranch()
2236 __ B(hs, false_label); in DoClassOfTestAndBranch()
2250 __ B(ne, false_label); in DoClassOfTestAndBranch()
5501 Label* false_label = instr->FalseLabel(chunk_); in DoTypeofIsAndBranch() local
5528 __ JumpIfSmi(value, false_label); in DoTypeofIsAndBranch()
5537 __ JumpIfSmi(value, false_label); in DoTypeofIsAndBranch()
5550 __ JumpIfRoot(value, Heap::kNullValueRootIndex, false_label); in DoTypeofIsAndBranch()
5551 __ JumpIfSmi(value, false_label); in DoTypeofIsAndBranch()
5561 __ JumpIfSmi(value, false_label); in DoTypeofIsAndBranch()
5573 __ JumpIfSmi(value, false_label); in DoTypeofIsAndBranch()
5577 false_label, lt); in DoTypeofIsAndBranch()
5589 __ JumpIfSmi(value, false_label); \ in DoTypeofIsAndBranch()
5598 __ B(false_label); in DoTypeofIsAndBranch()