Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_scoped_code_cache_write.h46 CheckedCall(mprotect, "Cache +W", updatable_pages->Begin(), updatable_pages->Size(), prot); in ScopedCodeCacheWrite()
57 CheckedCall(mprotect, "Cache -W", updatable_pages->Begin(), updatable_pages->Size(), prot); in ~ScopedCodeCacheWrite()
/art/runtime/gc/space/
Dmalloc_space.cc160 CheckedCall(mprotect, GetName(), original_end, increment, PROT_READ | PROT_WRITE); in MoreCore()
171 CheckedCall(madvise, GetName(), new_end, size, MADV_DONTNEED); in MoreCore()
172 CheckedCall(mprotect, GetName(), new_end, size, PROT_NONE); in MoreCore()
220 CheckedCall(mprotect, alloc_space_name, end, capacity - initial_size_, PROT_NONE); in CreateZygoteSpace()
Dregion_space.cc418 CheckedCall(mprotect, __FUNCTION__, begin, end - begin, PROT_NONE); in ZeroAndProtectRegion()
790 CheckedCall(mprotect, __FUNCTION__, Begin(), Size(), PROT_NONE); in Protect()
796 CheckedCall(mprotect, __FUNCTION__, Begin(), Size(), PROT_READ | PROT_WRITE); in Unprotect()
1081 CheckedCall(mprotect, __FUNCTION__, Begin(), kRegionSize, PROT_READ | PROT_WRITE); in MarkAsAllocated()
Dlarge_object_space.cc441 CheckedCall(mprotect, __FUNCTION__, obj, allocation_size, PROT_READ); in Free()
550 CheckedCall(mprotect, __FUNCTION__, obj, allocation_size, PROT_READ | PROT_WRITE); in Alloc()
Ddlmalloc_space.cc81 CheckedCall(mprotect, name.c_str(), end, capacity - starting_size, PROT_NONE); in CreateFromMemMap()
Drosalloc_space.cc97 CheckedCall(mprotect, name.c_str(), end, capacity - starting_size, PROT_NONE); in CreateFromMemMap()
/art/libartbase/base/
Dutils.h154 static inline void CheckedCall(const Func& function, const char* what, Args... args) { in CheckedCall() function
/art/runtime/
Dthread_pool.cc66 CheckedCall(mprotect, in ThreadPoolWorker()
Doat_file.cc1022 CheckedCall(mprotect, "protect relocations", reloc_begin, DataBimgRelRoSize(), PROT_READ); in Setup()
2441 CheckedCall(mprotect, in InitializeRelocations()
2450 CheckedCall(mprotect, in InitializeRelocations()