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

/art/compiler/dex/
H A Ddex_to_dex_compiler.cc48 void Compile();
93 void DexCompiler::Compile() { function in class:art::optimizer::DexCompiler
308 dex_compiler.Compile();
/art/compiler/dex/quick/
H A Dquick_compiler.cc612 CompiledMethod* QuickCompiler::Compile(const DexFile::CodeItem* code_item, function in class:art::QuickCompiler
H A Dgen_common.cc71 void Compile() { function in class:art::CallHelperImmMethodSlowPath
141 void Compile() { function in class:art::StaticFieldSlowPath
203 void Compile() OVERRIDE {
223 void Compile() OVERRIDE {
247 void Compile() OVERRIDE {
276 void Compile() OVERRIDE {
855 // may be created during slowpath->Compile().
857 slowpath->Compile();
1400 void Compile() { function in class:art::SlowPath
2089 void Compile() OVERRID
[all...]
H A Dgen_invoke.cc56 void Compile() { function in class:art::IntrinsicSlowPathPath
/art/compiler/optimizing/
H A Doptimizing_compiler.cc177 CompiledMethod* Compile(const DexFile::CodeItem* code_item,
603 VLOG(compiler) << "Compile baseline " << method_name;
619 CompiledMethod* OptimizingCompiler::Compile(const DexFile::CodeItem* code_item, function in class:art::OptimizingCompiler
643 method = delegate_->Compile(code_item, access_flags, invoke_type, class_def_idx, method_idx,
/art/compiler/utils/
H A Dassembler_test_base.h101 Compile(assembly_text, &res, test_name);
193 // Compile the assembly file from_file to a binary file to_file. Returns true on success.
359 // Compile the given assembly code and extract the binary, if possible. Put result into res.
360 bool Compile(std::string assembly_code, NativeAssemblerResult* res, std::string test_name) { function in class:art::AssemblerTestInfrastructure
/art/dex2oat/
H A Ddex2oat.cc1356 void Compile() { function in class:art::FINAL
1357 TimingLogger::ScopedTiming t("dex2oat Compile", timings_);
1936 dex2oat.Compile();
1976 dex2oat.Compile();
/art/compiler/driver/
H A Dcompiler_driver.cc505 Compile(class_loader, dex_files, thread_pool.get(), timings);
2125 void CompilerDriver::Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files, function in class:art::CompilerDriver
2132 VLOG(compiler) << "Compile: " << GetMemoryUsageString(false);
2194 // Compile direct methods
2211 // Compile virtual methods
2234 TimingLogger::ScopedTiming t("Compile Dex File", timings);
2287 compiled_method = compiler_->Compile(code_item, access_flags, invoke_type, class_def_idx,

Completed in 827 milliseconds