Lines Matching defs:label
133 Label* GetReturnLabel() {
148 // If `successor_` is null, the label to branch to after the suspend check.
149 Label return_label_;
953 Label* label = GetLabelOf(block);
954 __ BindTrackedLabel(label);
1257 Label* true_label,
1258 Label* false_label ATTRIBUTE_UNUSED) {
1264 Label* true_label,
1265 Label* false_label) {
1348 Label* true_target_in,
1349 Label* false_target_in) {
1352 Label fallthrough_target;
1353 Label* true_target = true_target_in == nullptr ? &fallthrough_target : true_target_in;
1354 Label* false_target = false_target_in == nullptr ? &fallthrough_target : false_target_in;
1389 Label* true_target,
1390 Label* false_target) {
1475 Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ?
1477 Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ?
1515 Label false_target;
1576 Label true_label, false_label;
1610 Label done_label;
3184 Label end;
3185 Label shift_by_32_plus_shift_right;
3637 Label less, greater, done;
3750 Label fail;
4547 Label done;
4554 Label non_zero;
4612 Label do_put;
4782 Label is_null;
5388 Label done, zero;
5413 Label loop;
5430 Label loop, success;
5449 Label exact_check;
5586 Label done;
5608 Label loop, compare_classes;
5614 // to the `compare_classes` label to compare it with the checked
5635 Label loop;
5660 Label check_non_primitive_component_type;
5669 // an array), jump to label `check_non_primitive_component_type`
6390 __ BindTrackedLabel(&relative_call_patches_.back().label);
6392 __ bl(&relative_call_patches_.back().label);
6508 for (const MethodPatchInfo<Label>& info : relative_call_patches_) {
6509 uint32_t literal_offset = info.label.Position();
6686 std::vector<Label*> labels(num_entries);