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

/art/runtime/
H A Dmem_map.cc300 bool use_ashmem) {
304 use_ashmem = use_ashmem && !kIsTargetLinux;
320 if (use_ashmem) {
327 use_ashmem = (rlimit_fsize.rlim_cur == RLIM_INFINITY) ||
335 if (use_ashmem) {
631 std::string* error_msg, bool use_ashmem) {
632 use_ashmem = use_ashmem && !kIsTargetLinux;
658 if (use_ashmem) {
293 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
630 RemapAtEnd(uint8_t* new_end, const char* tail_name, int tail_prot, std::string* error_msg, bool use_ashmem) argument
[all...]
/art/runtime/jit/
H A Djit_code_cache.cc171 bool use_ashmem = !generate_debug_info && !kIsTargetLinux; local
209 use_ashmem));
232 &error_str, use_ashmem);

Completed in 74 milliseconds