Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MAP_JIT
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/
H
A
D
sljitExecAllocator.c
97
#if defined(__APPLE__) && defined(
MAP_JIT
)
99
On macOS systems, returns
MAP_JIT
if it is defined _and_ we're running on a
100
version where it's OK to have more than one JIT block or where
MAP_JIT
is
102
On non-macOS systems, returns
MAP_JIT
if it is defined.
127
/* Only use
MAP_JIT
if a hardened runtime is used */
in get_map_jit_flag()
134
map_jit_flag =
MAP_JIT
;
in get_map_jit_flag()
147
#define SLJIT_MAP_JIT (
MAP_JIT
)
161
#define SLJIT_MAP_JIT (
MAP_JIT
)
163
#endif /* __APPLE__ &&
MAP_JIT
*/
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
ExecutableMemory.cpp
343
// code signing entitlement and allocating the region with the
MAP_JIT
flag.
in allocateMemoryPages()
344
mapping = mmap(nullptr, length, prot, flags |
MAP_JIT
, -1, 0);
in allocateMemoryPages()
348
// Retry without
MAP_JIT
(for older macOS versions).
in allocateMemoryPages()
/third_party/rust/crates/nix/src/sys/
H
A
D
mman.rs
178
MAP_JIT
;
/third_party/node/deps/v8/src/base/platform/
H
A
D
platform-posix.cc
160
//
MAP_JIT
is required to obtain writable and executable pages when the
in GetFlagsForMemoryPermission()
165
flags |=
MAP_JIT
;
in GetFlagsForMemoryPermission()
569
// Retry without
MAP_JIT
, for example in case we are running on an old OS X.
in CreateAddressSpaceReservation()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
3775
pub const
MAP_JIT
: ::c_int = 0x0800;
consts
Completed in 20 milliseconds