Searched refs:PROT_NONE (Results 1 - 8 of 8) sorted by relevance

/art/runtime/gc/space/
H A Dmalloc_space.cc152 CHECK_MEMORY_CALL(mprotect, (new_end, size, PROT_NONE), GetName());
199 CHECK_MEMORY_CALL(mprotect, (end, capacity - initial_size_, PROT_NONE), alloc_space_name);
H A Ddlmalloc_space.cc62 CHECK_MEMORY_CALL(mprotect, (end, capacity - starting_size, PROT_NONE), name);
H A Drosalloc_space.cc69 CHECK_MEMORY_CALL(mprotect, (end, capacity - starting_size, PROT_NONE), name);
/art/compiler/
H A Dcommon_compiler_test.cc411 PROT_NONE,
/art/runtime/gc/collector/
H A Dsemi_space.cc256 from_space_->GetMemMap()->Protect(kProtectFromSpace ? PROT_NONE : PROT_READ);
/art/runtime/
H A Delf_file.cc1103 GetLoadedSize(), PROT_NONE, false,
H A Dthread.cc2269 if (mprotect(pregion, kStackOverflowProtectedSize, PROT_NONE) == -1) {
/art/runtime/gc/
H A Dheap.cc611 mprotect(AlignDown(obj, kPageSize), kPageSize, PROT_NONE); local
1713 mem_map->Protect(PROT_NONE);

Completed in 97 milliseconds