Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc223 fd_methods_size_(0) {} in Jit()
651 if (msync(zygote_mapping_methods_.Begin(), fd_methods_size_, MS_SYNC) != 0) { in NotifyZygoteCompilationDone()
671 fd_methods_size_, in NotifyZygoteCompilationDone()
1056 fd_methods_size_, in MapBootImageMethods()
1295 fd_methods_size_ = total_capacity; in CreateThreadPool()
Djit.h509 size_t fd_methods_size_; variable