Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dimmune_spaces_test.cc87 std::string error_str; in CreateImageSpace() local
93 &error_str); in CreateImageSpace()
95 LOG(ERROR) << error_str; in CreateImageSpace()
106 &error_str); in CreateImageSpace()
108 LOG(ERROR) << error_str; in CreateImageSpace()
192 std::string error_str; in TEST_F() local
197 &error_str); in TEST_F()
198 ASSERT_TRUE(reservation.IsValid()) << "Failed to allocate memory region " << error_str; in TEST_F()
255 std::string error_str; in TEST_F() local
260 &error_str); in TEST_F()
[all …]
/art/runtime/jit/
Djit_code_cache.cc232 std::string error_str; in InitializeMappings() local
271 &error_str); in InitializeMappings()
293 &error_str); in InitializeMappings()
298 oss << "Failed to create read write cache: " << error_str << " size=" << capacity; in InitializeMappings()
316 &error_str); in InitializeMappings()
319 oss << "Failed to create read execute code cache: " << error_str << " size=" << capacity; in InitializeMappings()
335 &error_str); in InitializeMappings()
/art/runtime/gc/
Dheap.cc424 std::string error_str; in Heap() local
437 heap_reservation.Begin(), space_name, PROT_READ | PROT_WRITE, &error_str); in Heap()
440 space_name, request_begin, non_moving_space_capacity, &error_str); in Heap()
442 CHECK(non_moving_space_mem_map.IsValid()) << error_str; in Heap()
453 kMemMapSpaceName[0], request_begin, capacity_, &error_str); in Heap()
467 &error_str); in Heap()
469 CHECK(main_mem_map_1.IsValid()) << error_str; in Heap()
477 kMemMapSpaceName[1], main_mem_map_1.End(), capacity_, &error_str); in Heap()
478 CHECK(main_mem_map_2.IsValid()) << error_str; in Heap()
/art/dex2oat/linker/
Dimage_writer.cc603 std::ostringstream error_str; in VerifyNativeGCRootInvariants() local
610 error_str << "Class"; in VerifyNativeGCRootInvariants()
616 error_str << ", "; in VerifyNativeGCRootInvariants()
619 error_str << "ClassLoader"; in VerifyNativeGCRootInvariants()
624 "object types: " << error_str.str(); in VerifyNativeGCRootInvariants()