Home
last modified time | relevance | path

Searched refs:Compile (Results 1 – 18 of 18) sorted by relevance

/art/compiler/dex/
Ddex_to_dex_compiler.cc48 void Compile();
93 void DexCompiler::Compile() { in Compile() function in art::optimizer::DexCompiler
308 dex_compiler.Compile(); in ArtCompileDEX()
/art/compiler/dex/quick/
Dquick_compiler.h40 CompiledMethod* Compile(const DexFile::CodeItem* code_item,
Dgen_common.cc71 void Compile() { in GenIfNullUseHelperImm() function in art::Mir2Lir::GenIfNullUseHelperImm::CallHelperImmMethodSlowPath
141 void Compile() { in GenGetOtherTypeForSgetSput() function in art::Mir2Lir::GenGetOtherTypeForSgetSput::StaticFieldSlowPath
203 void Compile() OVERRIDE { in AddDivZeroCheckSlowPath() function in art::Mir2Lir::AddDivZeroCheckSlowPath::DivZeroCheckSlowPath
223 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath
247 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath
276 void Compile() OVERRIDE { in GenNullCheck() function in art::Mir2Lir::GenNullCheck::NullCheckSlowPath
857 slowpath->Compile(); in HandleSlowPaths()
1400 void Compile() { in GenCheckCast() function in art::Mir2Lir::GenCheckCast::SlowPath
2089 void Compile() OVERRIDE { in Compile() function in art::Mir2Lir::SuspendCheckSlowPath
Dquick_compiler.cc612 CompiledMethod* QuickCompiler::Compile(const DexFile::CodeItem* code_item, in Compile() function in art::QuickCompiler
Dmir_to_lir.cc46 void Compile() OVERRIDE { in Compile() function in art::Mir2Lir::SpecialSuspendCheckSlowPath
Dmir_to_lir.h505 virtual void Compile() = 0;
Dgen_invoke.cc56 void Compile() { in AddIntrinsicSlowPath() function in art::Mir2Lir::AddIntrinsicSlowPath::IntrinsicSlowPathPath
/art/compiler/
Dcompiler.h48 virtual CompiledMethod* Compile(const DexFile::CodeItem* code_item,
/art/compiler/optimizing/
Doptimizing_compiler.cc177 CompiledMethod* Compile(const DexFile::CodeItem* code_item,
619 CompiledMethod* OptimizingCompiler::Compile(const DexFile::CodeItem* code_item, in Compile() function in art::OptimizingCompiler
643 method = delegate_->Compile(code_item, access_flags, invoke_type, class_def_idx, method_idx, in Compile()
/art/compiler/utils/
Dassembler_test_base.h101 Compile(assembly_text, &res, test_name); in Driver()
360 bool Compile(std::string assembly_code, NativeAssemblerResult* res, std::string test_name) { in Compile() function
/art/compiler/dex/quick/x86/
Dcall_x86.cc199 void Compile() OVERRIDE { in GenEntrySequence() function in art::X86Mir2Lir::GenEntrySequence::StackOverflowSlowPath
Dint_x86.cc1508 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::X86Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath
1556 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::X86Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath
/art/compiler/dex/quick/mips/
Dcall_mips.cc321 void Compile() OVERRIDE { in GenEntrySequence() function in art::MipsMir2Lir::GenEntrySequence::StackOverflowSlowPath
/art/dex2oat/
Ddex2oat.cc1356 void Compile() { in Compile() function in art::FINAL
1936 dex2oat.Compile(); in CompileImage()
1976 dex2oat.Compile(); in CompileApp()
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc366 void Compile() OVERRIDE { in GenEntrySequence() function in art::Arm64Mir2Lir::GenEntrySequence::StackOverflowSlowPath
/art/compiler/dex/quick/arm/
Dcall_arm.cc454 void Compile() OVERRIDE { in GenEntrySequence() function in art::ArmMir2Lir::GenEntrySequence::StackOverflowSlowPath
/art/compiler/driver/
Dcompiler_driver.h593 void Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files,
Dcompiler_driver.cc505 Compile(class_loader, dex_files, thread_pool.get(), timings); in CompileAll()
2125 void CompilerDriver::Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files, in Compile() function in art::CompilerDriver
2287 compiled_method = compiler_->Compile(code_item, access_flags, invoke_type, class_def_idx, in CompileMethod()