Searched refs:Failed (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc292 CHECK(non_moving_space_ != nullptr) << "Failed creating non moving space "
303 CHECK(bump_pointer_space_ != nullptr) << "Failed to create bump pointer space";
307 CHECK(temp_space_ != nullptr) << "Failed to create bump pointer space";
347 CHECK(large_object_space_ != nullptr) << "Failed to create large object space";
361 CHECK(card_table_.get() != NULL) << "Failed to create card table";
367 CHECK(mod_union_table != nullptr) << "Failed to create image mod-union table";
372 CHECK(non_moving_space_rem_set != nullptr) << "Failed to create non-moving space remembered set";
464 CHECK(rem_set != nullptr) << "Failed to create main space remembered set";
467 CHECK(malloc_space != nullptr) << "Failed to create " << name;
917 oss << "Failed t
2558 bool Failed() const { function in class:art::gc::VerifyLiveStackReferences
[all...]

Completed in 39 milliseconds