Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc577 const MemMap* const updatable_pages = code_cache_->GetUpdatableCodeMapping(); in ScopedCodeCacheWrite() local
578 if (updatable_pages != nullptr) { in ScopedCodeCacheWrite()
580 CheckedCall(mprotect, "Cache +W", updatable_pages->Begin(), updatable_pages->Size(), prot); in ScopedCodeCacheWrite()
586 const MemMap* const updatable_pages = code_cache_->GetUpdatableCodeMapping(); in ~ScopedCodeCacheWrite() local
587 if (updatable_pages != nullptr) { in ~ScopedCodeCacheWrite()
589 CheckedCall(mprotect, "Cache -W", updatable_pages->Begin(), updatable_pages->Size(), prot); in ~ScopedCodeCacheWrite()