Lines Matching defs:error_str
79 std::string error_str;
82 "data-code-cache", nullptr, max_capacity, kProtAll, false, false, &error_str, use_ashmem);
85 oss << "Failed to create read write execute cache: " << error_str << " size=" << max_capacity;
102 data_map->RemapAtEnd(divider, "jit-code-cache", kProtAll, &error_str, use_ashmem);
105 oss << "Failed to create read write execute cache: " << error_str << " size=" << max_capacity;