HomeSort by relevance Sort by last modified time
    Searched full:use_ashmem (Results 1 - 3 of 3) sorted by null

  /art/runtime/
mem_map.h 71 bool use_ashmem = true);
175 bool use_ashmem = true);
mem_map.cc 282 bool use_ashmem) {
303 if (use_ashmem) {
309 use_ashmem = (rlimit_fsize.rlim_cur == RLIM_INFINITY) ||
314 if (use_ashmem) {
516 std::string* error_msg, bool use_ashmem) {
542 if (use_ashmem) {
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 65 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);
    [all...]

Completed in 328 milliseconds