Home | History | Annotate | Download | only in heap

Lines Matching defs:nullptr

63       code_flusher_(nullptr),
483 return nullptr;
637 ? nullptr
1405 DCHECK(!record_slots || table != nullptr);
1524 nullptr, CODE_ENTRY_SLOT,
1728 HeapObject* target_object = nullptr;
1735 HeapObject* target = nullptr;
1904 HeapObject* target_object = nullptr;
2148 if (backing_store_ == nullptr) {
2258 HeapObject* obj = nullptr;
2262 while ((obj = obj_it->Next()) != nullptr) {
2485 ExternalStringTableCleaner external_visitor(heap(), nullptr);
2641 parent_is_alive ? parent->instance_descriptors() : nullptr;
2665 if (descriptors != nullptr &&
3380 space->identity() == CODE_SPACE && p->skip_list() != nullptr;
3523 HeapObject* object = nullptr;
3524 while ((object = it.Next()) != nullptr) {
3531 if (page->old_to_new_slots() != nullptr) {
3536 if (page->typed_old_to_new_slots() != nullptr) {
3555 HeapObject* object = nullptr;
3556 while ((object = it.Next()) != nullptr) {
3873 Page* page = nullptr;
3874 while ((page = GetSweepingPageSafe(identity)) != nullptr) {
3939 Page* page = nullptr;