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 | 673 std::string error_str; in NotifyZygoteCompilationDone() local 682 &error_str); in NotifyZygoteCompilationDone() 685 LOG(WARNING) << "Failed to create child mapping of boot image methods: " << error_str; in NotifyZygoteCompilationDone() 1055 std::string error_str; in MapBootImageMethods() local 1064 &error_str); in MapBootImageMethods() 1070 LOG(WARNING) << "Failed to create child mapping of boot image methods: " << error_str; in MapBootImageMethods() 1266 std::string error_str; in CreateThreadPool() local 1278 &error_str); in CreateThreadPool() 1281 LOG(WARNING) << "Failed to create zygote mapping of boot image methods: " << error_str; in CreateThreadPool()
|
/art/runtime/gc/ |
D | heap.cc | 477 std::string error_str; in Heap() local 490 heap_reservation.Begin(), space_name, PROT_READ | PROT_WRITE, &error_str); in Heap() 493 space_name, request_begin, non_moving_space_capacity, &error_str); in Heap() 495 CHECK(non_moving_space_mem_map.IsValid()) << error_str; in Heap() 505 kMemMapSpaceName[0], request_begin, capacity_, &error_str); in Heap() 519 &error_str); in Heap() 521 CHECK(main_mem_map_1.IsValid()) << error_str; in Heap() 529 kMemMapSpaceName[1], main_mem_map_1.End(), capacity_, &error_str); in Heap() 530 CHECK(main_mem_map_2.IsValid()) << error_str; in Heap()
|