Home
last modified time | relevance | path

Searched defs:Compile (Results 1 – 14 of 14) sorted by relevance

/art/compiler/dex/quick/
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
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
Dgen_invoke.cc56 void Compile() { in AddIntrinsicSlowPath() function in art::Mir2Lir::AddIntrinsicSlowPath::IntrinsicSlowPathPath
/art/compiler/dex/
Ddex_to_dex_compiler.cc93 void DexCompiler::Compile() { in Compile() function in art::optimizer::DexCompiler
/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/compiler/dex/quick/arm64/
Dcall_arm64.cc366 void Compile() OVERRIDE { in GenEntrySequence() function in art::Arm64Mir2Lir::GenEntrySequence::StackOverflowSlowPath
/art/compiler/utils/
Dassembler_test_base.h360 bool Compile(std::string assembly_code, NativeAssemblerResult* res, std::string test_name) { in Compile() function
/art/compiler/dex/quick/arm/
Dcall_arm.cc454 void Compile() OVERRIDE { in GenEntrySequence() function in art::ArmMir2Lir::GenEntrySequence::StackOverflowSlowPath
/art/compiler/optimizing/
Doptimizing_compiler.cc619 CompiledMethod* OptimizingCompiler::Compile(const DexFile::CodeItem* code_item, in Compile() function in art::OptimizingCompiler
/art/dex2oat/
Ddex2oat.cc1362 void Compile() { in Compile() function in art::FINAL
/art/compiler/driver/
Dcompiler_driver.cc2125 void CompilerDriver::Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files, in Compile() function in art::CompilerDriver