/aosp12/art/test/305-other-fault-handler/ |
H A D | fault_handler.cc | 63 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 D | keystore.te | 25 ### Protect ourself from others
|
H A D | domain.te | 374 # Protect most domains from executing arbitrary content from /data.
|
/aosp12/system/sepolicy/prebuilts/api/27.0/public/ |
H A D | keystore.te | 25 ### Protect ourself from others
|
H A D | domain.te | 377 # Protect most domains from executing arbitrary content from /data.
|
/aosp12/system/sepolicy/prebuilts/api/28.0/public/ |
H A D | keystore.te | 26 ### Protect ourself from others
|
/aosp12/system/sepolicy/prebuilts/api/29.0/public/ |
H A D | keystore.te | 26 ### Protect ourself from others
|
H A D | domain.te | 447 # Protect most domains from executing arbitrary content from /data.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/public/ |
H A D | keystore.te | 27 ### Protect ourself from others
|
/aosp12/system/sepolicy/prebuilts/api/31.0/public/ |
H A D | keystore.te | 35 ### Protect ourself from others
|
/aosp12/system/sepolicy/prebuilts/api/32.0/public/ |
H A D | keystore.te | 35 ### Protect ourself from others
|
/aosp12/system/sepolicy/public/ |
H A D | keystore.te | 35 ### Protect ourself from others
|
/aosp12/art/runtime/gc/collector/ |
H A D | semi_space.cc | 223 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 D | art_dex_file_loader.cc | 62 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 D | mem_map.h | 231 bool Protect(int prot);
|
H A D | mem_map.cc | 443 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 D | ti_class_definition.cc | 73 CHECK(dex_data_mmap_.Protect(PROT_READ)); in InitializeMemory()
|
/aosp12/art/runtime/gc/space/ |
H A D | region_space.cc | 147 Protect(); in RegionSpace() 788 void RegionSpace::Protect() { in Protect() function in art::gc::space::RegionSpace
|
H A D | region_space.h | 125 void Protect();
|
/aosp12/art/runtime/gc/ |
H A D | heap.cc | 2094 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 D | Android.bp | 35 "bugprone-unused-raii", // Protect scoped things like MutexLock.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | domain.te | 305 # Protect most domains from executing arbitrary content from /data.
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | domain.te | 305 # Protect most domains from executing arbitrary content from /data.
|
/aosp12/system/sepolicy/private/ |
H A D | domain.te | 305 # Protect most domains from executing arbitrary content from /data.
|
/aosp12/art/dex2oat/ |
H A D | dex2oat.cc | 1712 if (!map.Protect(PROT_READ | PROT_WRITE)) { in Setup()
|