Searched defs:use_ashmem (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jit/
H A Djit_code_cache.cc65 bool use_ashmem = !generate_debug_info; local
83 "data-code-cache", nullptr, max_capacity, kProtAll, false, false, &error_str, use_ashmem);
103 data_map->RemapAtEnd(divider, "jit-code-cache", kProtAll, &error_str, use_ashmem);
/art/runtime/
H A Dmem_map.cc285 bool use_ashmem) {
306 if (use_ashmem) {
312 use_ashmem = (rlimit_fsize.rlim_cur == RLIM_INFINITY) ||
317 if (use_ashmem) {
519 std::string* error_msg, bool use_ashmem) {
545 if (use_ashmem) {
278 MapAnonymous(const char* name, uint8_t* expected_ptr, size_t byte_count, int prot, bool low_4gb, bool reuse, std::string* error_msg, bool use_ashmem) argument
518 RemapAtEnd(uint8_t* new_end, const char* tail_name, int tail_prot, std::string* error_msg, bool use_ashmem) argument

Completed in 65 milliseconds