Home | History | Annotate | Download | only in arm64

Lines Matching defs:true_label

1848   Label* true_label = instr->TrueLabel(chunk_);
1902 value, Heap::kTrueValueRootIndex, true_label);
1917 __ JumpIfSmi(value, true_label);
1944 __ B(ge, true_label);
1954 __ B(true_label);
1961 true_label);
1974 __ B(true_label);
2365 Label* true_label = instr->TrueLabel(chunk_);
2387 __ B(eq, true_label);
2389 __ B(eq, true_label);
2401 scratch1, scratch2, scratch2, JS_FUNCTION_TYPE, true_label);
5801 Label* true_label = instr->TrueLabel(chunk_);
5807 __ JumpIfSmi(value, true_label);
5845 __ JumpIfRoot(value, Heap::kTrueValueRootIndex, true_label);
5853 __ JumpIfRoot(value, Heap::kUndefinedValueRootIndex, true_label);
5866 __ JumpIfObjectType(value, type, type, JS_FUNCTION_TYPE, true_label);
5876 __ JumpIfRoot(value, Heap::kNullValueRootIndex, true_label);