Home
last modified time | relevance | path

Searched refs:error_str (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dimmune_spaces_test.cc88 std::string error_str; in CreateImageSpace() local
94 &error_str); in CreateImageSpace()
96 LOG(ERROR) << error_str; in CreateImageSpace()
107 &error_str); in CreateImageSpace()
109 LOG(ERROR) << error_str; in CreateImageSpace()
195 std::string error_str; in TEST_F() local
200 &error_str); in TEST_F()
201 ASSERT_TRUE(reservation.IsValid()) << "Failed to allocate memory region " << error_str; in TEST_F()
258 std::string error_str; in TEST_F() local
263 &error_str); in TEST_F()
[all …]
/art/runtime/jit/
Djit_memory_region.cc98 std::string error_str; in Initialize() local
143 &error_str); in Initialize()
165 &error_str); in Initialize()
170 oss << "Failed to create read write cache: " << error_str << " size=" << capacity; in Initialize()
189 &error_str); in Initialize()
192 oss << "Failed to create read execute code cache: " << error_str << " size=" << capacity; in Initialize()
208 &error_str); in Initialize()
228 &error_str); in Initialize()
231 oss << "Failed to create dual data view: " << error_str; in Initialize()
Djit.cc669 std::string error_str; in NotifyZygoteCompilationDone() local
678 &error_str); in NotifyZygoteCompilationDone()
681 LOG(WARNING) << "Failed to create child mapping of boot image methods: " << error_str; in NotifyZygoteCompilationDone()
1054 std::string error_str; in MapBootImageMethods() local
1063 &error_str); in MapBootImageMethods()
1069 LOG(WARNING) << "Failed to create child mapping of boot image methods: " << error_str; in MapBootImageMethods()
1261 std::string error_str; in CreateThreadPool() local
1273 &error_str); in CreateThreadPool()
1276 LOG(WARNING) << "Failed to create zygote mapping of boot image methods: " << error_str; in CreateThreadPool()