Searched defs:Compile (Results 1 - 6 of 6) sorted by relevance

/art/compiler/dex/
H A Ddex_to_dex_compiler.cc58 void Compile();
112 void DexCompiler::Compile() { function in class:art::optimizer::DexCompiler
341 dex_compiler.Compile();
/art/compiler/utils/
H A Dassembler_test_base.h113 Compile(assembly_text, &res, test_name);
205 // Compile the assembly file from_file to a binary file to_file. Returns true on success.
371 // Compile the given assembly code and extract the binary, if possible. Put result into res.
372 bool Compile(std::string assembly_code, NativeAssemblerResult* res, std::string test_name) { function in class:art::AssemblerTestInfrastructure
/art/compiler/optimizing/
H A Dcode_generator.cc206 void CodeGenerator::Compile(CodeAllocator* allocator) { function in class:art::CodeGenerator
H A Doptimizing_compiler.cc264 CompiledMethod* Compile(const DexFile::CodeItem* code_item,
780 codegen->Compile(code_allocator);
787 CompiledMethod* OptimizingCompiler::Compile(const DexFile::CodeItem* code_item, function in class:art::OptimizingCompiler
/art/dex2oat/
H A Ddex2oat.cc1484 void Compile() { function in class:art::FINAL
1485 TimingLogger::ScopedTiming t("dex2oat Compile", timings_);
2534 dex2oat.Compile();
2578 dex2oat.Compile();
/art/compiler/driver/
H A Dcompiler_driver.cc483 // Compile:
484 // 1) Compile all classes and methods enabled for compilation. May fall back to dex-to-dex
487 Compile(class_loader, dex_files, timings);
630 compiled_method = driver->GetCompiler()->Compile(code_item, access_flags, invoke_type,
2556 void CompilerDriver::Compile(jobject class_loader, function in class:art::CompilerDriver
2599 VLOG(compiler) << "Compile: " << GetMemoryUsageString(false);
2663 // Compile direct methods
2680 // Compile virtual methods
2710 TimingLogger::ScopedTiming t("Compile Dex File", timings);

Completed in 147 milliseconds