Lines Matching defs:B
324 __ B(GetExitLabel()); in EmitNativeCode() local
359 __ B(GetExitLabel()); in EmitNativeCode() local
408 __ B(GetReturnLabel()); in EmitNativeCode() local
410 __ B(arm64_codegen->GetLabelOf(successor_)); in EmitNativeCode() local
477 __ B(GetExitLabel()); in EmitNativeCode() local
545 __ B(GetExitLabel()); in EmitNativeCode() local
730 __ B(GetExitLabel()); in EmitNativeCode() local
809 __ B(GetExitLabel()); in EmitNativeCode() local
838 __ B(GetExitLabel()); in EmitNativeCode() local
877 __ B(GetExitLabel()); in EmitNativeCode() local
1240 __ B(lt, slow_path->GetExitLabel()); in GenerateMethodEntryExitHook() local
1243 __ B(gt, slow_path->GetEntryLabel()); in GenerateMethodEntryExitHook() local
1250 __ B(lt, slow_path->GetEntryLabel()); in GenerateMethodEntryExitHook() local
1355 __ B(hs, &frame_entry_label_); in GenerateFrameEntry() local
1360 __ B(hs, &memory_barrier); in GenerateFrameEntry() local
1365 __ B(lo, &resolution); in GenerateFrameEntry() local
1370 __ B(eq, &frame_entry_label_); in GenerateFrameEntry() local
2085 __ B(lo, slow_path->GetEntryLabel()); in GenerateClassInitializationCheck() local
2144 __ B(codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() local
2153 __ B(codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() local
2178 __ B(ne, slow_path->GetEntryLabel()); in GenerateSuspendCheck() local
2181 __ B(eq, codegen_->GetLabelOf(successor)); in GenerateSuspendCheck() local
2182 __ B(slow_path->GetEntryLabel()); in GenerateSuspendCheck() local
2817 __ B(&done); in VisitArrayGet() local
2847 __ B(&done); in VisitArrayGet() local
3038 __ B(eq, &do_put); in VisitArraySet() local
3050 __ B(ne, slow_path->GetEntryLabel()); in VisitArraySet() local
3146 __ B(slow_path->GetEntryLabel()); in VisitBoundsCheck() local
3166 __ B(slow_path->GetEntryLabel(), cond); in VisitBoundsCheck() local
3720 __ B(slow_path->GetEntryLabel()); in VisitDivZeroCheck() local
3777 __ B(codegen_->GetLabelOf(successor)); in HandleGoto() local
3813 __ B(true_target); in GenerateTestAndBranch() local
3818 __ B(false_target); in GenerateTestAndBranch() local
3851 __ B(ARM64FPCondition(opposite_condition, condition->IsGtBias()), false_target); in GenerateTestAndBranch() local
3853 __ B(ARM64FPCondition(condition->GetCondition(), condition->IsGtBias()), true_target); in GenerateTestAndBranch() local
3894 __ B(arm64_cond, non_fallthrough_target); in GenerateTestAndBranch() local
3902 __ B(false_target); in GenerateTestAndBranch() local
4221 __ B(&done); in VisitInstanceOf() local
4249 __ B(ne, &loop); in VisitInstanceOf() local
4252 __ B(&done); in VisitInstanceOf() local
4271 __ B(eq, &success); in VisitInstanceOf() local
4280 __ B(&done); in VisitInstanceOf() local
4284 __ B(&done); in VisitInstanceOf() local
4302 __ B(eq, &exact_check); in VisitInstanceOf() local
4317 __ B(&done); in VisitInstanceOf() local
4335 __ B(ne, slow_path->GetEntryLabel()); in VisitInstanceOf() local
4338 __ B(&done); in VisitInstanceOf() local
4350 __ B(slow_path->GetEntryLabel()); in VisitInstanceOf() local
4380 __ B(ne, &loop); in VisitInstanceOf() local
4383 __ B(&done); in VisitInstanceOf() local
4410 __ B(slow_path->GetEntryLabel()); in VisitInstanceOf() local
4426 __ B(&done); in VisitInstanceOf() local
4512 __ B(ne, type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local
4541 __ B(ne, &loop); in VisitCheckCast() local
4558 __ B(eq, &done); in VisitCheckCast() local
4571 __ B(type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local
4586 __ B(eq, &done); in VisitCheckCast() local
4616 __ B(type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local
4646 __ B(ne, &start_loop); in VisitCheckCast() local
4660 __ B(ne, type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local
4727 __ B(eq, &done); in MaybeGenerateInlineCacheCheck() local
6654 __ B(eq, codegen_->GetLabelOf(successors[0])); in VisitPackedSwitch() local
6659 __ B(lo, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch() local
6661 __ B(eq, codegen_->GetLabelOf(successors[last_index + 2])); in VisitPackedSwitch() local
6666 __ B(eq, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch() local
6671 __ B(codegen_->GetLabelOf(default_block)); in VisitPackedSwitch() local
6692 __ B(hs, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch() local
7098 __ B(slow_path->GetEntryLabel()); in GenerateReadBarrierSlow() local
7133 __ B(slow_path->GetEntryLabel()); in GenerateReadBarrierForRootSlow() local
7259 __ B(&throw_npe_cont); in EmitGrayCheckAndFastPath() local
7376 __ B(&forwarding_address, mi); in CompileBakerReadBarrierThunk() local