Home
last modified time | relevance | path

Searched refs:fd_methods_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/jit/
H A Djit.cc225 fd_methods_(-1), in Jit()
638 if (fd_methods_ == -1) { in NotifyZygoteCompilationDone()
684 fd_methods_, in NotifyZygoteCompilationDone()
725 fd_methods_.reset(); in NotifyZygoteCompilationDone()
1047 CHECK_NE(fd_methods_.get(), -1); in MapBootImageMethods()
1051 fd_methods_.reset(); in MapBootImageMethods()
1060 fd_methods_, in MapBootImageMethods()
1067 fd_methods_.reset(); in MapBootImageMethods()
1284 fd_methods_ = unique_fd(mem_fd.release()); in CreateThreadPool()
1673 if (!is_zygote && fd_methods_ != -1) { in PostForkChildAction()
[all …]
H A Djit.h524 android::base::unique_fd fd_methods_; variable