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

/art/runtime/
H A Dmem_map.cc244 std::string error_detail; local
245 CheckNonOverlapping(expected, limit, &error_detail);
250 if (!error_detail.empty()) {
251 os << " : " << error_detail; local

Completed in 82 milliseconds