Searched refs:Protect (Results 1 – 12 of 12) sorted by relevance
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()
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()
62 return mem_map_.Protect(PROT_READ | PROT_WRITE); in EnableWrite()71 return mem_map_.Protect(PROT_READ); in DisableWrite()
231 bool Protect(int prot);
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
73 CHECK(dex_data_mmap_.Protect(PROT_READ)); in InitializeMemory()
525 map.Protect(PROT_READ); in MoveDataToMemMap()
147 Protect(); in RegionSpace()788 void RegionSpace::Protect() { in Protect() function in art::gc::space::RegionSpace
125 void Protect();
35 "bugprone-unused-raii", // Protect scoped things like MutexLock.
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()
1712 if (!map.Protect(PROT_READ | PROT_WRITE)) { in Setup()