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

/art/runtime/
H A Dindirect_reference_table.cc71 std::string error_str; local
75 PROT_READ | PROT_WRITE, false, &error_str));
76 CHECK(table_mem_map_.get() != nullptr) << error_str;
85 PROT_READ | PROT_WRITE, false, &error_str));
86 CHECK(slot_mem_map_.get() != nullptr) << error_str;
/art/runtime/gc/
H A Dheap.cc259 std::string error_str; local
266 non_moving_space_capacity, PROT_READ | PROT_WRITE, true, &error_str));
267 CHECK(non_moving_space_mem_map != nullptr) << error_str;
273 PROT_READ | PROT_WRITE, &error_str));
274 CHECK(main_mem_map_1.get() != nullptr) << error_str;
280 &error_str));
281 CHECK(main_mem_map_2.get() != nullptr) << error_str;

Completed in 58 milliseconds