Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitExecAllocator.c101 #if TARGET_OS_OSX && defined(MAP_JIT)
105 #ifdef MAP_JIT
124 map_jit_flag = (atoi(name.release) >= 18) ? MAP_JIT : 0; in get_map_jit_flag()
129 return MAP_JIT; in get_map_jit_flag()
145 #ifdef MAP_JIT in alloc_chunk()
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator_internals_posix.h104 map_flags |= MAP_JIT; in SystemAllocPagesInternal()
/external/v8/src/base/
Dpage-allocator.cc47 #if !(V8_OS_MACOSX && V8_HOST_ARCH_ARM64 && defined(MAP_JIT)) in AllocatePages()
/external/swiftshader/src/Reactor/
DExecutableMemory.cpp312 mapping = mmap(nullptr, length, prot, flags | MAP_JIT, -1, 0); in allocateMemoryPages()
/external/v8/src/base/platform/
Dplatform-posix.cc156 #if V8_OS_MACOSX && V8_HOST_ARCH_ARM64 && defined(MAP_JIT) in GetFlagsForMemoryPermission()
158 flags |= MAP_JIT; in GetFlagsForMemoryPermission()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2318 pub const MAP_JIT: ::c_int = 0x0800; constant
/external/pcre/dist2/
DChangeLog91 21. Improve MAP_JIT flag usage on MacOS. Patch by Rich Siegel.