Searched refs:CheckedCall (Results 1 – 10 of 10) sorted by relevance
/art/runtime/gc/space/ |
D | malloc_space.cc | 145 CheckedCall(mprotect, GetName(), original_end, increment, PROT_READ | PROT_WRITE); in MoreCore() 156 CheckedCall(madvise, GetName(), new_end, size, MADV_DONTNEED); in MoreCore() 157 CheckedCall(mprotect, GetName(), new_end, size, PROT_NONE); in MoreCore() 205 CheckedCall(mprotect, alloc_space_name, end, capacity - initial_size_, PROT_NONE); in CreateZygoteSpace()
|
D | region_space.cc | 262 CheckedCall(mprotect, __FUNCTION__, begin, end - begin, PROT_NONE); in ZeroAndProtectRegion() 633 CheckedCall(mprotect, __FUNCTION__, Begin(), kRegionSize, PROT_READ | PROT_WRITE); in MarkAsAllocated()
|
D | large_object_space.cc | 458 CheckedCall(mprotect, __FUNCTION__, obj, allocation_size, PROT_READ); in Free() 524 CheckedCall(mprotect, __FUNCTION__, obj, allocation_size, PROT_READ | PROT_WRITE); in Alloc()
|
D | dlmalloc_space.cc | 64 CheckedCall(mprotect, name.c_str(), end, capacity - starting_size, PROT_NONE); in CreateFromMemMap()
|
D | rosalloc_space.cc | 75 CheckedCall(mprotect, name.c_str(), end, capacity - starting_size, PROT_NONE); in CreateFromMemMap()
|
/art/runtime/ |
D | thread_pool.cc | 53 CheckedCall(mprotect, in ThreadPoolWorker()
|
D | oat_file.cc | 871 CheckedCall(mprotect, "protect bss", const_cast<uint8_t*>(BssBegin()), BssSize(), PROT_NONE); in Setup()
|
D | class_linker.cc | 1839 CheckedCall(mprotect, in AddImageSpace()
|
/art/libartbase/base/ |
D | utils.h | 239 static inline void CheckedCall(const Func& function, const char* what, Args... args) { in CheckedCall() function
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 294 CheckedCall(mprotect, in JitCodeCache() 299 CheckedCall(mprotect, in JitCodeCache() 357 CheckedCall( in ScopedCodeCacheWrite() 367 CheckedCall( in ~ScopedCodeCacheWrite()
|