Home
last modified time | relevance | path

Searched refs:PROT_NONE (Results 1 – 20 of 20) sorted by relevance

/art/test/305-other-fault-handler/
Dfault_handler.cc40 /* prot */ PROT_NONE, in TestFaultHandler()
72 CHECK_EQ(target_map_.GetProtect(), PROT_NONE); in CauseSegfault()
/art/libartbase/base/
Dmman.h27 #define PROT_NONE 0x0 macro
Dsafe_copy_test.cc44 ASSERT_EQ(0, mprotect(page1 + kPageSize, kPageSize, PROT_NONE)); in TEST()
96 ASSERT_EQ(0, mprotect(dst + 3 * kPageSize, kPageSize, PROT_NONE)); in TEST()
Dmem_map_test.cc786 PROT_NONE, in TEST_F()
/art/dex2oat/
Dcommon_compiler_driver_test.cc73 PROT_NONE, in ReserveImageSpace()
115 inaccessible_page_ = mmap(nullptr, kPageSize, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in SetUp()
/art/openjdkjvmti/
Dti_class_definition.cc55 CHECK_EQ(dex_data_mmap_.GetProtect(), PROT_NONE); in InitializeMemory()
90 if (dex_data_mmap_.IsValid() && dex_data_mmap_.GetProtect() == PROT_NONE) { in IsModified()
251 PROT_NONE, in InitWithDex()
Dti_class_definition.h133 dex_data_mmap_.GetProtect() == PROT_NONE; in IsLazyDefinition()
/art/runtime/gc/space/
Dmalloc_space.cc173 CheckedCall(mprotect, GetName(), new_end, size, PROT_NONE); in MoreCore()
221 CheckedCall(mprotect, alloc_space_name, end, capacity - initial_size_, PROT_NONE); in CreateZygoteSpace()
Ddlmalloc_space.cc81 CheckedCall(mprotect, name.c_str(), end, capacity - starting_size, PROT_NONE); in CreateFromMemMap()
Dregion_space.cc413 CheckedCall(mprotect, __FUNCTION__, begin, end - begin, PROT_NONE); in ZeroAndProtectRegion()
772 CheckedCall(mprotect, __FUNCTION__, Begin(), Size(), PROT_NONE); in Protect()
Drosalloc_space.cc97 CheckedCall(mprotect, name.c_str(), end, capacity - starting_size, PROT_NONE); in CreateFromMemMap()
Dimage_space.cc1880 PROT_NONE, in ReserveBootImageMemory()
1895 PROT_NONE, in ReserveBootImageMemory()
/art/dex2oat/linker/
Delf_writer_test.cc105 PROT_NONE, in TEST_F()
/art/runtime/
Ddexopt_test.cc199 PROT_NONE, in ReserveImageSpaceChunk()
Dthread_pool.cc61 PROT_NONE); in ThreadPoolWorker()
Delf_file.cc1164 PROT_NONE, in Load()
Druntime.cc1146 PROT_NONE, in Init()
Dthread.cc4099 if (mprotect(pregion, kStackOverflowProtectedSize, PROT_NONE) == -1) { in ProtectStack()
/art/runtime/gc/collector/
Dsemi_space.cc277 from_space_->GetMemMap()->Protect(PROT_NONE); in MarkingPhase()
811 from_space_->GetMemMap()->Protect(PROT_NONE); in FinishPhase()
/art/runtime/gc/
Dheap.cc2236 main_space_backup_->GetMemMap()->Protect(PROT_NONE); in TransitionCollector()