Home
last modified time | relevance | path

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

/art/compiler/
Dcompilers.cc52 CompiledMethod* QuickCompiler::Compile(const DexFile::CodeItem* code_item, in Compile() function in art::QuickCompiler
142 CompiledMethod* OptimizingCompiler::Compile(const DexFile::CodeItem* code_item, in Compile() function in art::OptimizingCompiler
Dcompiler.cc99 CompiledMethod* Compile(const DexFile::CodeItem* code_item, in Compile() function in art::FINAL
/art/compiler/dex/quick/
Dgen_common.cc73 void Compile() OVERRIDE { in AddDivZeroCheckSlowPath() function in art::Mir2Lir::AddDivZeroCheckSlowPath::DivZeroCheckSlowPath
92 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath
116 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath
145 void Compile() OVERRIDE { in GenNullCheck() function in art::Mir2Lir::GenNullCheck::NullCheckSlowPath
515 void Compile() { in Compile() function in art::StaticFieldSlowPath
857 void Compile() { in GenConstClass() function in art::Mir2Lir::GenConstClass::SlowPath
924 void Compile() { in GenConstString() function in art::Mir2Lir::GenConstString::SlowPath
1130 void Compile() OVERRIDE { in GenInstanceofCallingHelper() function in art::Mir2Lir::GenInstanceofCallingHelper::InitTypeSlowPath
1275 void Compile() { in GenCheckCast() function in art::Mir2Lir::GenCheckCast::SlowPath
1305 void Compile() { in GenCheckCast() function in art::Mir2Lir::GenCheckCast::SlowPath
[all …]
Dgen_invoke.cc52 void Compile() { in AddIntrinsicSlowPath() function in art::Mir2Lir::AddIntrinsicSlowPath::IntrinsicSlowPathPath
/art/compiler/jni/portable/
Djni_compiler.cc63 CompiledMethod* JniCompiler::Compile() { in Compile() function in art::llvm::JniCompiler
/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.cc249 void Compile() OVERRIDE { in GenEntrySequence() function in art::X86Mir2Lir::GenEntrySequence::StackOverflowSlowPath
Dint_x86.cc1151 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::X86Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath
1199 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::X86Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath
/art/compiler/dex/quick/mips/
Dcall_mips.cc325 void Compile() OVERRIDE { in GenEntrySequence() function in art::MipsMir2Lir::GenEntrySequence::StackOverflowSlowPath
/art/compiler/dex/quick/arm64/
Dcall_arm64.cc379 void Compile() OVERRIDE { in GenEntrySequence() function in art::Arm64Mir2Lir::GenEntrySequence::StackOverflowSlowPath
/art/compiler/dex/quick/arm/
Dcall_arm.cc410 void Compile() OVERRIDE { in GenEntrySequence() function in art::ArmMir2Lir::GenEntrySequence::StackOverflowSlowPath
/art/compiler/utils/
Dassembler_test.h535 bool Compile(std::string assembly_code, NativeAssemblerResult* res, std::string test_name) { in Compile() function
/art/compiler/driver/
Dcompiler_driver.cc1981 void CompilerDriver::Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files, in Compile() function in art::CompilerDriver