Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc224 fd_methods_size_(0) {} in Jit()
655 if (msync(zygote_mapping_methods_.Begin(), fd_methods_size_, MS_SYNC) != 0) { in NotifyZygoteCompilationDone()
675 fd_methods_size_, in NotifyZygoteCompilationDone()
1057 fd_methods_size_, in MapBootImageMethods()
1300 fd_methods_size_ = total_capacity; in CreateThreadPool()
Djit.h518 size_t fd_methods_size_; variable