Home | History | Annotate | Download | only in optimizing

Lines Matching defs:nullptr

438     if (successor_ == nullptr) {
446 DCHECK(successor_ == nullptr);
692 nullptr);
697 nullptr);
702 nullptr);
847 nullptr);
851 nullptr);
856 nullptr);
1833 if (next->IsGoto() && (info == nullptr ||
1937 CompileBakerReadBarrierThunk(*GetAssembler(), encoded_data, /* debug_name= */ nullptr);
2125 RecordPcInfo(nullptr, 0);
2366 move.AddMove(src, dst, dst_type, nullptr);
2416 if (info != nullptr && info->IsBackEdge(*block) && info->HasSuspendCheck()) {
2430 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) {
2431 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
2440 got->SetLocations(nullptr);
2448 try_boundary->SetLocations(nullptr);
2459 exit->SetLocations(nullptr);
2470 DCHECK(true_target != nullptr);
2479 if (true_target == nullptr) {
2481 DCHECK(false_target != nullptr);
2490 emit_both_branches = (false_target != nullptr);
2510 if (true_target == nullptr && false_target == nullptr) {
2516 if (true_target != nullptr) {
2521 if (false_target != nullptr) {
2529 // (1) true_target == nullptr && false_target != nullptr
2531 // (2) true_target != nullptr && false_target == nullptr
2533 // (3) true_target != nullptr && false_target != nullptr
2542 if (true_target == nullptr) {
2569 if (true_target == nullptr) {
2592 if (true_target != nullptr && false_target != nullptr) {
2608 nullptr : codegen_->GetLabelOf(true_successor);
2610 nullptr : codegen_->GetLabelOf(false_successor);
2632 /* false_target= */ nullptr);
2776 vixl32::Label* false_target = nullptr;
2777 vixl32::Label* true_target = nullptr;
3097 constructor_fence->SetLocations(nullptr);
3106 memory_barrier->SetLocations(nullptr);
3114 ret->SetLocations(nullptr);
6278 SlowPathCodeARMVIXL* slow_path = nullptr;
6388 if (slow_path != nullptr) {
6608 instruction->GetBlock()->GetLoopInformation() != nullptr) {
6625 if (block->GetLoopInformation() != nullptr) {
6634 GenerateSuspendCheck(instruction, nullptr);
6642 if (slow_path == nullptr) {
6647 if (successor != nullptr) {
6658 if (successor == nullptr) {
7415 SlowPathCodeARMVIXL* slow_path = nullptr;
7669 if (slow_path != nullptr) {
8683 if (slow_path != nullptr && slow_path->IsCoreRegisterSaved(RegisterFrom(location).GetCode())) {
8822 return NewPcRelativePatch(/* dex_file= */ nullptr, intrinsic_data, &boot_image_intrinsic_patches_);
8827 return NewPcRelativePatch(/* dex_file= */ nullptr,
8978 DCHECK(target_dex_file == nullptr); // Unused for these patches, should be null.
9226 parallel_move.AddMove(return_loc, trg, type, nullptr);
9313 vixl32::Label* throw_npe = nullptr) {
9322 if (throw_npe != nullptr) {
9364 vixl32::Label* throw_npe = nullptr;
9482 DCHECK(Runtime::Current() == nullptr ||
9484 debug_name == nullptr);
9485 if (debug_name != nullptr && GetCompilerOptions().GenerateAnyDebugInfo()) {