HomeSort by relevance Sort by last modified time
    Searched refs:CanCompileMethod (Results 1 - 2 of 2) sorted by null

  /art/compiler/
compiler.h 47 virtual bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file) const = 0;
  /art/compiler/optimizing/
optimizing_compiler.cc 262 bool CanCompileMethod(uint32_t method_idx, const DexFile& dex_file) const OVERRIDE;
366 bool OptimizingCompiler::CanCompileMethod(uint32_t method_idx ATTRIBUTE_UNUSED,
    [all...]

Completed in 434 milliseconds