Home
last modified time | relevance | path

Searched refs:F_SEAL_GROW (Results 1 – 3 of 3) sorted by relevance

/art/libartbase/base/
Dmemfd.h44 #ifndef F_SEAL_GROW
45 # define F_SEAL_GROW 0x0004 macro
/art/runtime/jit/
Djit_memory_region.cc550 if (fcntl(fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_SEAL | F_SEAL_FUTURE_WRITE) in ProtectZygoteMemory()
Djit.cc1289 if (fcntl(mem_fd, F_ADD_SEALS, F_SEAL_SHRINK | F_SEAL_GROW) == -1) { in CreateThreadPool()