Home
last modified time | relevance | path

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

/art/compiler/driver/
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