Searched refs:Protect (Results 1 – 10 of 10) 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()648 from_space_->GetMemMap()->Protect(PROT_NONE); in FinishPhase()
247 bool Protect(int prot);
473 if (!source->Protect(GetProtect())) { in ReplaceWith()488 source->Protect(old_prot); in ReplaceWith()881 bool MemMap::Protect(int prot) { in Protect() function in art::MemMap
100 return mem_map_.Protect(PROT_READ | PROT_WRITE); in EnableWrite()109 return mem_map_.Protect(PROT_READ); in DisableWrite()
147 Protect(); in RegionSpace()792 void RegionSpace::Protect() { in Protect() function in art::gc::space::RegionSpace
125 void Protect();
39 "bugprone-unused-raii", // Protect scoped things like MutexLock.
2238 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PerformHomogeneousSpaceCompact()2507 non_moving_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2538 main_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2551 region_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2555 bump_pointer_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2867 temp_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in CollectGarbageInternal()
555 map.Protect(PROT_READ); in MoveDataToMemMap()