Searched refs:ProcessedInvoke (Results 1 – 3 of 3) sorted by relevance
253 void ProcessedInvoke(InvokeType type, int flags) { in ProcessedInvoke() function in art::CompilerDriver::AOTCompilationStats1059 void CompilerDriver::ProcessedInvoke(InvokeType invoke_type, int flags) { in ProcessedInvoke() function in art::CompilerDriver1060 stats_->ProcessedInvoke(invoke_type, flags); in ProcessedInvoke()1339 ProcessedInvoke(orig_invoke_type, stats_flags); in ComputeInvokeInfo()
301 void ProcessedInvoke(InvokeType invoke_type, int flags);
1752 cu_->compiler_driver->ProcessedInvoke(method_info.GetInvokeType(), method_info.StatsFlags()); in GenInvokeNoInline()