Searched refs:kMaxInvokeType (Results 1 – 2 of 2) sorted by relevance
30 kMaxInvokeType = kInterface enumerator
81 for (size_t i = 0; i <= kMaxInvokeType; i++) { in AOTCompilationStats()108 for (size_t i = 0; i <= kMaxInvokeType; i++) { in Dump()206 DCHECK_LE(type, kMaxInvokeType); in ResolvedMethod()214 DCHECK_LE(type, kMaxInvokeType); in UnresolvedMethod()229 DCHECK_LE(type, kMaxInvokeType); in DirectCallsToBoot()236 DCHECK_LE(type, kMaxInvokeType); in DirectMethodsToBoot()274 size_t resolved_methods_[kMaxInvokeType + 1];275 size_t unresolved_methods_[kMaxInvokeType + 1];276 size_t virtual_made_direct_[kMaxInvokeType + 1];277 size_t direct_calls_to_boot_[kMaxInvokeType + 1];[all …]