Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_compiler.h79 bool ShouldCompileMethod(const MethodReference& ref);
Ddex_to_dex_compiler.cc204 bool DexToDexCompiler::ShouldCompileMethod(const MethodReference& ref) { in ShouldCompileMethod() function in art::optimizer::DexToDexCompiler
/art/dex2oat/driver/
Dcompiler_driver.cc494 if (compiler->ShouldCompileMethod(method_ref)) { in CompileMethodDex2Dex()