Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc226 fd_methods_size_(0) {} in Jit()
661 if (msync(zygote_mapping_methods_.Begin(), fd_methods_size_, MS_SYNC) != 0) { in NotifyZygoteCompilationDone()
681 fd_methods_size_, in NotifyZygoteCompilationDone()
1057 fd_methods_size_, in MapBootImageMethods()
1284 fd_methods_size_ = total_capacity; in CreateThreadPool()
Djit.h528 size_t fd_methods_size_; variable