Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.cc295 std::string debug_friendly_name("dalvik-"); in MapAnonymous() local
296 debug_friendly_name += name; in MapAnonymous()
297 fd.reset(ashmem_create_region(debug_friendly_name.c_str(), page_aligned_byte_count)); in MapAnonymous()
584 std::string debug_friendly_name("dalvik-"); in RemapAtEnd() local
585 debug_friendly_name += tail_name; in RemapAtEnd()
586 ScopedFd fd(ashmem_create_region(debug_friendly_name.c_str(), tail_base_size)); in RemapAtEnd()