HomeSort by relevance Sort by last modified time
    Searched refs: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 285 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) {
    [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 662 milliseconds