Searched refs:MAP_JIT (Results 1 – 7 of 7) sorted by relevance
101 #if TARGET_OS_OSX && defined(MAP_JIT)105 #ifdef MAP_JIT124 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()
104 map_flags |= MAP_JIT; in SystemAllocPagesInternal()
47 #if !(V8_OS_MACOSX && V8_HOST_ARCH_ARM64 && defined(MAP_JIT)) in AllocatePages()
312 mapping = mmap(nullptr, length, prot, flags | MAP_JIT, -1, 0); in allocateMemoryPages()
156 #if V8_OS_MACOSX && V8_HOST_ARCH_ARM64 && defined(MAP_JIT) in GetFlagsForMemoryPermission()158 flags |= MAP_JIT; in GetFlagsForMemoryPermission()
2318 pub const MAP_JIT: ::c_int = 0x0800; constant
91 21. Improve MAP_JIT flag usage on MacOS. Patch by Rich Siegel.