Searched refs:error_str (Results 1 – 4 of 4) sorted by relevance
/art/runtime/gc/collector/ |
D | immune_spaces_test.cc | 88 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/ |
D | jit_memory_region.cc | 98 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()
|
D | jit.cc | 669 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()
|
/art/runtime/gc/ |
D | heap.cc | 475 std::string error_str; in Heap() local 488 heap_reservation.Begin(), space_name, PROT_READ | PROT_WRITE, &error_str); in Heap() 491 space_name, request_begin, non_moving_space_capacity, &error_str); in Heap() 493 CHECK(non_moving_space_mem_map.IsValid()) << error_str; in Heap() 503 kMemMapSpaceName[0], request_begin, capacity_, &error_str); in Heap() 517 &error_str); in Heap() 519 CHECK(main_mem_map_1.IsValid()) << error_str; in Heap() 527 kMemMapSpaceName[1], main_mem_map_1.End(), capacity_, &error_str); in Heap() 528 CHECK(main_mem_map_2.IsValid()) << error_str; in Heap()
|