Searched refs:Protect (Results 1 – 8 of 8) sorted by relevance
131 bool Protect(int prot);
150 return mem_map_->Protect(PROT_READ | PROT_WRITE); in EnableWrite()159 return mem_map_->Protect(PROT_READ); in DisableWrite()
638 bool MemMap::Protect(int prot) { in Protect() function in art::MemMap
276 from_space_->GetMemMap()->Protect(PROT_NONE); in MarkingPhase()282 from_space_->GetMemMap()->Protect(PROT_READ); in MarkingPhase()809 from_space_->GetMemMap()->Protect(PROT_NONE); in FinishPhase()
1922 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PerformHomogeneousSpaceCompact()2014 mem_map->Protect(PROT_READ | PROT_WRITE); in TransitionCollector()2049 mem_map->Protect(PROT_READ | PROT_WRITE); in TransitionCollector()2064 mem_map->Protect(PROT_READ | PROT_WRITE); in TransitionCollector()2074 mem_map->Protect(PROT_NONE); in TransitionCollector()2292 non_moving_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2323 main_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2334 region_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2338 bump_pointer_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2582 temp_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in CollectGarbageInternal()
297 # Protect additional arguments in quotes to preserve whitespaces (used by
286 map->Protect(PROT_READ); in MoveDataToMemMap()
1734 if (!map->Protect(PROT_READ | PROT_WRITE)) { in Setup()