Lines Matching defs:nullptr

353     if (successor_ == nullptr) {
361 DCHECK(successor_ == nullptr);
470 block_labels_(nullptr),
497 if (disasm_info_ != nullptr) {
682 RecordPcInfo(nullptr, 0);
1120 if (successor == nullptr) {
1900 nullptr,
2475 nullptr,
2564 exit->SetLocations(nullptr);
2581 got->SetLocations(nullptr);
2590 if (info != nullptr && info->IsBackEdge(*block) && info->HasSuspendCheck()) {
2595 if (block->IsEntryBlock() && (previous != nullptr) && previous->IsSuspendCheck()) {
2596 GenerateSuspendCheck(previous->AsSuspendCheck(), nullptr);
2608 try_boundary->SetLocations(nullptr);
3245 if (true_target == nullptr && false_target == nullptr) {
3251 if (true_target != nullptr) {
3256 if (false_target != nullptr) {
3264 // (1) true_target == nullptr && false_target != nullptr
3266 // (2) true_target != nullptr && false_target == nullptr
3268 // (3) true_target != nullptr && false_target != nullptr
3275 if (true_target == nullptr) {
3289 if (true_target == nullptr) {
3310 if (true_target != nullptr && false_target != nullptr) {
3326 nullptr : codegen_->GetLabelOf(true_successor);
3328 nullptr : codegen_->GetLabelOf(false_successor);
3346 /* false_target */ nullptr);
3369 /* true_target */ nullptr,
3463 nullptr,
3597 nullptr,
3983 nullptr,
4090 nullptr,
4097 nullptr,
4277 nullptr,
4311 nullptr,
4500 nullptr,
4508 nullptr,
4516 nullptr,
4527 memory_barrier->SetLocations(nullptr);
4545 ret->SetLocations(nullptr);
4678 if (block->GetLoopInformation() != nullptr) {
4687 GenerateSuspendCheck(instruction, nullptr);
4701 nullptr,
4827 nullptr,
4925 codegen_->InvokeRuntime(entry_offset, conversion, conversion->GetDexPc(), nullptr, direct);