Home | History | Annotate | Download | only in arm64

Lines Matching defs:true_label

1752   Label* true_label = instr->TrueLabel(chunk_);
1806 value, Heap::kTrueValueRootIndex, true_label);
1821 __ JumpIfSmi(value, true_label);
1848 __ B(ge, true_label);
1858 __ B(true_label);
1865 __ B(eq, true_label);
1878 __ B(true_label);
2234 Label* true_label = instr->TrueLabel(chunk_);
2246 __ B(hs, true_label);
2260 __ B(ne, true_label);
5367 Label* true_label = instr->TrueLabel(chunk_);
5373 __ JumpIfSmi(value, true_label);
5409 __ JumpIfRoot(value, Heap::kTrueValueRootIndex, true_label);
5441 __ JumpIfRoot(value, Heap::kNullValueRootIndex, true_label);