Searched refs:kMaxInvokeType (Results 1 – 3 of 3) sorted by relevance
32 kMaxInvokeType = kCustom enumerator
143 for (size_t i = 0; i <= kMaxInvokeType; i++) { in Dump()239 size_t resolved_methods_[kMaxInvokeType + 1] = {};240 size_t unresolved_methods_[kMaxInvokeType + 1] = {};241 size_t virtual_made_direct_[kMaxInvokeType + 1] = {};242 size_t direct_calls_to_boot_[kMaxInvokeType + 1] = {};243 size_t direct_methods_to_boot_[kMaxInvokeType + 1] = {};
4735 MinimumBitsToStore(static_cast<size_t>(kMaxInvokeType));