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