Searched refs:PROT_NONE (Results 1 – 20 of 20) sorted by relevance
/art/test/305-other-fault-handler/ |
D | fault_handler.cc | 40 /* prot */ PROT_NONE, in TestFaultHandler() 72 CHECK_EQ(target_map_.GetProtect(), PROT_NONE); in CauseSegfault()
|
/art/libartbase/base/ |
D | mman.h | 27 #define PROT_NONE 0x0 macro
|
D | safe_copy_test.cc | 44 ASSERT_EQ(0, mprotect(page1 + kPageSize, kPageSize, PROT_NONE)); in TEST() 96 ASSERT_EQ(0, mprotect(dst + 3 * kPageSize, kPageSize, PROT_NONE)); in TEST()
|
D | mem_map_test.cc | 786 PROT_NONE, in TEST_F()
|
/art/dex2oat/ |
D | common_compiler_driver_test.cc | 73 PROT_NONE, in ReserveImageSpace() 115 inaccessible_page_ = mmap(nullptr, kPageSize, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in SetUp()
|
/art/openjdkjvmti/ |
D | ti_class_definition.cc | 55 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()
|
D | ti_class_definition.h | 133 dex_data_mmap_.GetProtect() == PROT_NONE; in IsLazyDefinition()
|
/art/runtime/gc/space/ |
D | malloc_space.cc | 173 CheckedCall(mprotect, GetName(), new_end, size, PROT_NONE); in MoreCore() 221 CheckedCall(mprotect, alloc_space_name, end, capacity - initial_size_, PROT_NONE); in CreateZygoteSpace()
|
D | dlmalloc_space.cc | 81 CheckedCall(mprotect, name.c_str(), end, capacity - starting_size, PROT_NONE); in CreateFromMemMap()
|
D | region_space.cc | 413 CheckedCall(mprotect, __FUNCTION__, begin, end - begin, PROT_NONE); in ZeroAndProtectRegion() 772 CheckedCall(mprotect, __FUNCTION__, Begin(), Size(), PROT_NONE); in Protect()
|
D | rosalloc_space.cc | 97 CheckedCall(mprotect, name.c_str(), end, capacity - starting_size, PROT_NONE); in CreateFromMemMap()
|
D | image_space.cc | 1880 PROT_NONE, in ReserveBootImageMemory() 1895 PROT_NONE, in ReserveBootImageMemory()
|
/art/dex2oat/linker/ |
D | elf_writer_test.cc | 105 PROT_NONE, in TEST_F()
|
/art/runtime/ |
D | dexopt_test.cc | 199 PROT_NONE, in ReserveImageSpaceChunk()
|
D | thread_pool.cc | 61 PROT_NONE); in ThreadPoolWorker()
|
D | elf_file.cc | 1164 PROT_NONE, in Load()
|
D | runtime.cc | 1146 PROT_NONE, in Init()
|
D | thread.cc | 4099 if (mprotect(pregion, kStackOverflowProtectedSize, PROT_NONE) == -1) { in ProtectStack()
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 277 from_space_->GetMemMap()->Protect(PROT_NONE); in MarkingPhase() 811 from_space_->GetMemMap()->Protect(PROT_NONE); in FinishPhase()
|
/art/runtime/gc/ |
D | heap.cc | 2236 main_space_backup_->GetMemMap()->Protect(PROT_NONE); in TransitionCollector()
|