Home
last modified time | relevance | path

Searched refs:Protect (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/art/test/305-other-fault-handler/
H A Dfault_handler.cc63 CHECK(target_map_.Protect(PROT_READ | PROT_WRITE)) << "Failed to mprotect R/W"; in Action()
67 CHECK(target_map_.Protect(PROT_READ)) << "Failed to mprotect R-only"; in Action()
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dkeystore.te25 ### Protect ourself from others
H A Ddomain.te374 # Protect most domains from executing arbitrary content from /data.
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dkeystore.te25 ### Protect ourself from others
H A Ddomain.te377 # Protect most domains from executing arbitrary content from /data.
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dkeystore.te26 ### Protect ourself from others
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dkeystore.te26 ### Protect ourself from others
H A Ddomain.te447 # Protect most domains from executing arbitrary content from /data.
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dkeystore.te27 ### Protect ourself from others
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dkeystore.te35 ### Protect ourself from others
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dkeystore.te35 ### Protect ourself from others
/aosp12/system/sepolicy/public/
H A Dkeystore.te35 ### Protect ourself from others
/aosp12/art/runtime/gc/collector/
H A Dsemi_space.cc223 from_space_->GetMemMap()->Protect(PROT_NONE); in MarkingPhase()
229 from_space_->GetMemMap()->Protect(PROT_READ); in MarkingPhase()
644 from_space_->GetMemMap()->Protect(PROT_NONE); in FinishPhase()
/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader.cc62 return mem_map_.Protect(PROT_READ | PROT_WRITE); in EnableWrite()
71 return mem_map_.Protect(PROT_READ); in DisableWrite()
/aosp12/art/libartbase/base/
H A Dmem_map.h231 bool Protect(int prot);
H A Dmem_map.cc443 if (!source->Protect(GetProtect())) { in ReplaceWith()
458 source->Protect(old_prot); in ReplaceWith()
859 bool MemMap::Protect(int prot) { in Protect() function in art::MemMap
/aosp12/art/openjdkjvmti/
H A Dti_class_definition.cc73 CHECK(dex_data_mmap_.Protect(PROT_READ)); in InitializeMemory()
/aosp12/art/runtime/gc/space/
H A Dregion_space.cc147 Protect(); in RegionSpace()
788 void RegionSpace::Protect() { in Protect() function in art::gc::space::RegionSpace
H A Dregion_space.h125 void Protect();
/aosp12/art/runtime/gc/
H A Dheap.cc2094 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PerformHomogeneousSpaceCompact()
2331 non_moving_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()
2362 main_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()
2375 region_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()
2379 bump_pointer_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()
2677 temp_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in CollectGarbageInternal()
/aosp12/art/build/
H A DAndroid.bp35 "bugprone-unused-raii", // Protect scoped things like MutexLock.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Ddomain.te305 # Protect most domains from executing arbitrary content from /data.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Ddomain.te305 # Protect most domains from executing arbitrary content from /data.
/aosp12/system/sepolicy/private/
H A Ddomain.te305 # Protect most domains from executing arbitrary content from /data.
/aosp12/art/dex2oat/
H A Ddex2oat.cc1712 if (!map.Protect(PROT_READ | PROT_WRITE)) { in Setup()

12