HomeSort by relevance Sort by last modified time
    Searched refs:max_entries_ (Results 1 - 4 of 4) sorted by null

  /system/security/keystore/
auth_token_table.h 45 : max_entries_(max_entries), clock_function_(clock_function) {}
157 size_t max_entries_; member in class:keymaster::AuthTokenTable
auth_token_table.cpp 55 if (entries_.size() >= max_entries_) {
  /art/runtime/
indirect_reference_table.cc 90 max_entries_(maxCount) {
131 if (topIndex == max_entries_) {
133 << "(max=" << max_entries_ << ")\n"
indirect_reference_table.h 142 * If "alloc_entries_" is not equal to "max_entries_", the table may expand
394 const size_t max_entries_; member in class:art::IndirectReferenceTable

Completed in 144 milliseconds