/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 48 void Compile(); 93 void DexCompiler::Compile() { in Compile() function in art::optimizer::DexCompiler 308 dex_compiler.Compile(); in ArtCompileDEX()
|
/art/compiler/dex/quick/ |
D | quick_compiler.h | 40 CompiledMethod* Compile(const DexFile::CodeItem* code_item,
|
D | gen_common.cc | 71 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
|
D | quick_compiler.cc | 612 CompiledMethod* QuickCompiler::Compile(const DexFile::CodeItem* code_item, in Compile() function in art::QuickCompiler
|
D | mir_to_lir.cc | 46 void Compile() OVERRIDE { in Compile() function in art::Mir2Lir::SpecialSuspendCheckSlowPath
|
D | mir_to_lir.h | 505 virtual void Compile() = 0;
|
D | gen_invoke.cc | 56 void Compile() { in AddIntrinsicSlowPath() function in art::Mir2Lir::AddIntrinsicSlowPath::IntrinsicSlowPathPath
|
/art/compiler/ |
D | compiler.h | 48 virtual CompiledMethod* Compile(const DexFile::CodeItem* code_item,
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 177 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/ |
D | assembler_test_base.h | 101 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/ |
D | call_x86.cc | 199 void Compile() OVERRIDE { in GenEntrySequence() function in art::X86Mir2Lir::GenEntrySequence::StackOverflowSlowPath
|
D | int_x86.cc | 1508 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/ |
D | call_mips.cc | 321 void Compile() OVERRIDE { in GenEntrySequence() function in art::MipsMir2Lir::GenEntrySequence::StackOverflowSlowPath
|
/art/dex2oat/ |
D | dex2oat.cc | 1356 void Compile() { in Compile() function in art::FINAL 1936 dex2oat.Compile(); in CompileImage() 1976 dex2oat.Compile(); in CompileApp()
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 366 void Compile() OVERRIDE { in GenEntrySequence() function in art::Arm64Mir2Lir::GenEntrySequence::StackOverflowSlowPath
|
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 454 void Compile() OVERRIDE { in GenEntrySequence() function in art::ArmMir2Lir::GenEntrySequence::StackOverflowSlowPath
|
/art/compiler/driver/ |
D | compiler_driver.h | 593 void Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files,
|
D | compiler_driver.cc | 505 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()
|