Searched refs:kMaxInvokeType (Results 1 – 4 of 4) sorted by relevance
32 kMaxInvokeType = kCustom enumerator
284 static_assert(static_cast<uint8_t>(kMaxInvokeType) < kInvalidInvokeType);327 DCHECK_LE(raw_invoke_type, kMaxInvokeType); in NterpGetMethod()
145 for (size_t i = 0; i <= kMaxInvokeType; i++) { in Dump()241 size_t resolved_methods_[kMaxInvokeType + 1] = {};242 size_t unresolved_methods_[kMaxInvokeType + 1] = {};243 size_t virtual_made_direct_[kMaxInvokeType + 1] = {};244 size_t direct_calls_to_boot_[kMaxInvokeType + 1] = {};245 size_t direct_methods_to_boot_[kMaxInvokeType + 1] = {};
4816 MinimumBitsToStore(static_cast<size_t>(kMaxInvokeType));