Home
last modified time | relevance | path

Searched refs:PROT_NONE (Results 1 – 21 of 21) 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.cc782 PROT_NONE, in TEST_F()
/art/dex2oat/
Dcommon_compiler_driver_test.cc72 PROT_NONE, in ReserveImageSpace()
114 inaccessible_page_ = mmap(nullptr, kPageSize, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in SetUp()
Ddex2oat_image_test.cc124 PROT_NONE, in ReserveCoreImageAddressSpace()
/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.h142 dex_data_mmap_.GetProtect() == PROT_NONE; in IsLazyDefinition()
/art/runtime/gc/space/
Dmalloc_space.cc172 CheckedCall(mprotect, GetName(), new_end, size, PROT_NONE); in MoreCore()
220 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()
Drosalloc_space.cc97 CheckedCall(mprotect, name.c_str(), end, capacity - starting_size, PROT_NONE); in CreateFromMemMap()
Dregion_space.cc418 CheckedCall(mprotect, __FUNCTION__, begin, end - begin, PROT_NONE); in ZeroAndProtectRegion()
790 CheckedCall(mprotect, __FUNCTION__, Begin(), Size(), PROT_NONE); in Protect()
Dimage_space.cc3067 PROT_NONE, in ReserveBootImageMemory()
3092 PROT_NONE, in RemapExtraReservation()
/art/dex2oat/linker/
Delf_writer_test.cc105 PROT_NONE, in TEST_F()
/art/runtime/
Dthread_pool.cc70 PROT_NONE); in ThreadPoolWorker()
Ddexopt_test.cc239 PROT_NONE, in ReserveImageSpaceChunk()
Delf_file.cc1155 PROT_NONE, in Load()
Druntime.cc1373 PROT_NONE, in Init()
Dthread.cc4313 if (mprotect(pregion, kStackOverflowProtectedSize, PROT_NONE) == -1) { in ProtectStack()
/art/runtime/gc/collector/
Dsemi_space.cc223 from_space_->GetMemMap()->Protect(PROT_NONE); in MarkingPhase()
644 from_space_->GetMemMap()->Protect(PROT_NONE); in FinishPhase()
/art/runtime/jni/
Djni_internal_test.cc1561 head_map.Begin() + kPageSize, "tail", PROT_NONE, &error_msg); in TEST_F()