Home
last modified time | relevance | path

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

/art/compiler/
Dcompiler.h60 virtual bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file) const = 0;
/art/compiler/optimizing/
Doptimizing_compiler.cc303 bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file) const OVERRIDE;
437 bool OptimizingCompiler::CanCompileMethod(uint32_t method_idx ATTRIBUTE_UNUSED, in CanCompileMethod() function in art::OptimizingCompiler