Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.h131 bool Protect(int prot);
Ddex_file.cc150 return mem_map_->Protect(PROT_READ | PROT_WRITE); in EnableWrite()
159 return mem_map_->Protect(PROT_READ); in DisableWrite()
Dmem_map.cc638 bool MemMap::Protect(int prot) { in Protect() function in art::MemMap
/art/runtime/gc/collector/
Dsemi_space.cc276 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()
/art/runtime/gc/
Dheap.cc1922 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()
/art/tools/
Dart297 # Protect additional arguments in quotes to preserve whitespaces (used by
/art/runtime/openjdkjvmti/
Dti_redefine.cc286 map->Protect(PROT_READ); in MoveDataToMemMap()
/art/dex2oat/
Ddex2oat.cc1734 if (!map->Protect(PROT_READ | PROT_WRITE)) { in Setup()