Searched defs:CanCompileMethod (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/
H A Dquick_compiler.cc492 bool QuickCompiler::CanCompileMethod(uint32_t method_idx, const DexFile& dex_file, function in class:art::QuickCompiler
703 if (!CanCompileMethod(method_idx, dex_file, &cu)) {
/art/compiler/optimizing/
H A Doptimizing_compiler.cc174 bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file, CompilationUnit* cu) const
285 bool OptimizingCompiler::CanCompileMethod(uint32_t method_idx ATTRIBUTE_UNUSED, function in class:art::OptimizingCompiler

Completed in 60 milliseconds