Home
last modified time | relevance | path

Searched refs:ProcessedInvoke (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.h353 void ProcessedInvoke(InvokeType invoke_type, int flags);
Dcompiler_driver.cc269 void ProcessedInvoke(InvokeType type, int flags) REQUIRES(!stats_lock_) { in ProcessedInvoke() function in art::CompilerDriver::AOTCompilationStats
1585 void CompilerDriver::ProcessedInvoke(InvokeType invoke_type, int flags) { in ProcessedInvoke() function in art::CompilerDriver
1586 stats_->ProcessedInvoke(invoke_type, flags); in ProcessedInvoke()
1826 ProcessedInvoke(orig_invoke_type, stats_flags); in ComputeInvokeInfo()