Searched refs:ProcessedInvoke (Results 1 – 2 of 2) sorted by relevance
353 void ProcessedInvoke(InvokeType invoke_type, int flags);
269 void ProcessedInvoke(InvokeType type, int flags) REQUIRES(!stats_lock_) { in ProcessedInvoke() function in art::CompilerDriver::AOTCompilationStats1585 void CompilerDriver::ProcessedInvoke(InvokeType invoke_type, int flags) { in ProcessedInvoke() function in art::CompilerDriver1586 stats_->ProcessedInvoke(invoke_type, flags); in ProcessedInvoke()1826 ProcessedInvoke(orig_invoke_type, stats_flags); in ComputeInvokeInfo()