Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc253 void ProcessedInvoke(InvokeType type, int flags) { in ProcessedInvoke() function in art::CompilerDriver::AOTCompilationStats
1059 void CompilerDriver::ProcessedInvoke(InvokeType invoke_type, int flags) { in ProcessedInvoke() function in art::CompilerDriver
1060 stats_->ProcessedInvoke(invoke_type, flags); in ProcessedInvoke()
1339 ProcessedInvoke(orig_invoke_type, stats_flags); in ComputeInvokeInfo()
Dcompiler_driver.h301 void ProcessedInvoke(InvokeType invoke_type, int flags);
/art/compiler/dex/quick/
Dgen_invoke.cc1752 cu_->compiler_driver->ProcessedInvoke(method_info.GetInvokeType(), method_info.StatsFlags()); in GenInvokeNoInline()