Home | History | Annotate | Download | only in optimizing

Lines Matching defs:Compile

302   CompiledMethod* Compile(const DexFile::CodeItem* code_item,
905 // Do not attempt to compile on architectures we do not support.
916 // Implementation of the space filter: do not compile a code item whose size in
1029 codegen->Compile(code_allocator);
1035 CompiledMethod* OptimizingCompiler::Compile(const DexFile::CodeItem* code_item,
1102 DCHECK((method != nullptr) || !shouldCompile) << "Didn't compile " << method_name;