Searched defs:error_str (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dindirect_reference_table.cc73 std::string error_str; local
76 PROT_READ | PROT_WRITE, false, &error_str));
77 CHECK(table_mem_map_.get() != nullptr) << error_str;
/art/runtime/gc/
H A Dheap.cc274 std::string error_str; local
285 non_moving_space_capacity, PROT_READ | PROT_WRITE, true, &error_str));
286 CHECK(non_moving_space_mem_map != nullptr) << error_str;
292 PROT_READ | PROT_WRITE, &error_str));
293 CHECK(main_mem_map_1.get() != nullptr) << error_str;
299 &error_str));
300 CHECK(main_mem_map_2.get() != nullptr) << error_str;

Completed in 247 milliseconds