Searched refs:error_str (Results 1 – 4 of 4) sorted by relevance
/art/runtime/gc/collector/ |
D | immune_spaces_test.cc | 84 MemMap ReserveImage(size_t image_size, /*out*/ std::string* error_str) { in ReserveImage() argument 94 error_str); in ReserveImage() 101 error_str); in ReserveImage() 111 std::string error_str; in CreateImageSpace() local 117 &error_str); in CreateImageSpace() 119 LOG(ERROR) << error_str; in CreateImageSpace() 130 &error_str); in CreateImageSpace() 132 LOG(ERROR) << error_str; in CreateImageSpace() 218 std::string error_str; in TEST_F() local 219 MemMap reservation = ReserveImage(kImageSize + kImageOatSize + kOtherSpaceSize, &error_str); in TEST_F() [all …]
|
/art/runtime/jit/ |
D | jit_memory_region.cc | 108 std::string error_str; in Initialize() local 154 &error_str); in Initialize() 169 &error_str); in Initialize() 172 oss << "Failed to create dual data view: " << error_str; in Initialize() 203 &error_str); in Initialize() 225 &error_str); in Initialize() 230 oss << "Failed to create read write cache: " << error_str << " size=" << capacity; in Initialize() 246 &error_str); in Initialize() 249 oss << "Failed to create read execute code cache: " << error_str << " size=" << capacity; in Initialize()
|
D | jit.cc | 562 std::string error_str; in NotifyZygoteCompilationDone() local 571 &error_str); in NotifyZygoteCompilationDone() 574 LOG(WARNING) << "Failed to create child mapping of boot image methods: " << error_str; in NotifyZygoteCompilationDone() 969 std::string error_str; in MapBootImageMethods() local 978 &error_str); in MapBootImageMethods() 984 LOG(WARNING) << "Failed to create child mapping of boot image methods: " << error_str; in MapBootImageMethods() 1152 std::string error_str; in CreateThreadPool() local 1164 &error_str); in CreateThreadPool() 1167 LOG(WARNING) << "Failed to create zygote mapping of boot image methods: " << error_str; in CreateThreadPool()
|
/art/runtime/gc/ |
D | heap.cc | 572 std::string error_str; in Heap() local 585 heap_reservation.Begin(), space_name, PROT_READ | PROT_WRITE, &error_str); in Heap() 588 space_name, request_begin, non_moving_space_capacity, &error_str); in Heap() 590 CHECK(non_moving_space_mem_map.IsValid()) << error_str; in Heap() 600 kMemMapSpaceName[0], request_begin, capacity_, &error_str); in Heap() 614 &error_str); in Heap() 616 CHECK(main_mem_map_1.IsValid()) << error_str; in Heap() 624 kMemMapSpaceName[1], main_mem_map_1.End(), capacity_, &error_str); in Heap() 625 CHECK(main_mem_map_2.IsValid()) << error_str; in Heap()
|