Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc1239 uint64_t total_capacity = 0; in CreateThreadPool() local
1248 total_capacity += (page_end - page_start); in CreateThreadPool()
1253 if (total_capacity > 0) { in CreateThreadPool()
1262 if (ftruncate(mem_fd.get(), total_capacity) != 0) { in CreateThreadPool()
1263 PLOG(WARNING) << "Failed to truncate boot image methods file to " << total_capacity; in CreateThreadPool()
1271 total_capacity, in CreateThreadPool()
1300 fd_methods_size_ = total_capacity; in CreateThreadPool()