Home | History | Annotate | Download | only in jit

Lines Matching refs:mem_fd

202   unique_fd mem_fd;
208 mem_fd = unique_fd(art::memfd_create("/jit-cache", /* flags= */ 0));
209 if (mem_fd.get() < 0) {
222 if (mem_fd.get() >= 0 && ftruncate(mem_fd, capacity) != 0) {
240 if (mem_fd.get() >= 0) {
267 mem_fd,
314 mem_fd.get(),
315 (mem_fd.get() >= 0) ? data_capacity : 0,
324 if (mem_fd.get() >= 0) {
331 mem_fd,