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

/art/compiler/
H A Dcompilers.cc52 CompiledMethod* QuickCompiler::Compile(const DexFile::CodeItem* code_item, function in class:art::QuickCompiler
140 CompiledMethod* OptimizingCompiler::Compile(const DexFile::CodeItem* code_item, function in class:art::OptimizingCompiler
153 return QuickCompiler::Compile(code_item, access_flags, invoke_type, class_def_idx, method_idx,
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc48 void Compile();
93 void DexCompiler::Compile() { function in class:art::optimizer::DexCompiler
284 dex_compiler.Compile();
/art/compiler/jni/portable/
H A Djni_compiler.cc63 CompiledMethod* JniCompiler::Compile() { function in class:art::llvm::JniCompiler
/art/compiler/utils/
H A Dassembler_test.h346 Compile(assembly_text, &res, test_name);
390 // Compile the assembly file from_file to a binary file to_file. Returns true on success.
534 // Compile the given assembly code and extract the binary, if possible. Put result into res.
535 bool Compile(std::string assembly_code, NativeAssemblerResult* res, std::string test_name) { function in class:art::AssemblerTest
/art/compiler/dex/quick/
H A Dgen_common.cc73 void Compile() OVERRIDE {
92 void Compile() OVERRIDE {
116 void Compile() OVERRIDE {
145 void Compile() OVERRIDE {
511 void Compile() { function in class:art::StaticFieldSlowPath
710 // may be created during slowpath->Compile().
713 slowpath->Compile();
853 void Compile() { function in class:art::SlowPath
916 void Compile() { function in class:art::SlowPath
1097 void Compile() OVERRID
1242 void Compile() { function in class:art::SlowPath
1272 void Compile() { function in class:art::SlowPath
[all...]
H A Dgen_invoke.cc52 void Compile() { function in class:art::IntrinsicSlowPathPath
/art/compiler/driver/
H A Dcompiler_driver.cc512 Compile(class_loader, dex_files, thread_pool.get(), timings);
1894 void CompilerDriver::Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files, function in class:art::CompilerDriver
1955 // Compile direct methods
1971 // Compile virtual methods
1993 TimingLogger::ScopedTiming t("Compile Dex File", timings);
2022 compiled_method = compiler_->Compile(code_item, access_flags, invoke_type, class_def_idx,

Completed in 109 milliseconds