Home | History | Annotate | Download | only in gc

Lines Matching defs:Failed

152     CHECK(image_space != NULL) << "Failed to create space for " << image_file_name;
169 CHECK(alloc_space_ != NULL) << "Failed to create alloc space";
180 CHECK(large_object_space_ != NULL) << "Failed to create large object space";
192 CHECK(card_table_.get() != NULL) << "Failed to create card table";
195 CHECK(image_mod_union_table_.get() != NULL) << "Failed to create image mod-union table";
198 CHECK(zygote_mod_union_table_.get() != NULL) << "Failed to create Zygote mod-union table";
616 oss << "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free
618 // If the allocation failed due to fragmentation, print out the largest continuous allocation.
626 oss << "; failed due to fragmentation (largest possible contiguous allocation "
870 // The allocation failed. If the GC is running, block until it completes, and then retry the
917 // Allocations have failed after GCs; this is an exceptional state.
1364 bool Failed() const {
1485 failed_ = failed_ || visitor.Failed();
1488 bool Failed() const {
1515 if (visitor.Failed()) {
1527 VerifyReferenceCardVisitor(Heap* heap, bool* failed)
1530 : heap_(heap), failed_(failed) {
1608 bool Failed() const {
1630 if (visitor.Failed()) {
1668 LOG(FATAL) << "Pre " << gc->GetName() << " heap verification failed";
1682 LOG(FATAL) << "Pre " << gc->GetName() << " missing card mark verification failed";
1711 LOG(FATAL) << "Pre sweeping " << gc->GetName() << " GC verification failed";