Searched defs:Compile (Results 1 – 13 of 13) sorted by relevance
52 CompiledMethod* QuickCompiler::Compile(const DexFile::CodeItem* code_item, in Compile() function in art::QuickCompiler142 CompiledMethod* OptimizingCompiler::Compile(const DexFile::CodeItem* code_item, in Compile() function in art::OptimizingCompiler
99 CompiledMethod* Compile(const DexFile::CodeItem* code_item, in Compile() function in art::FINAL
73 void Compile() OVERRIDE { in AddDivZeroCheckSlowPath() function in art::Mir2Lir::AddDivZeroCheckSlowPath::DivZeroCheckSlowPath92 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath116 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath145 void Compile() OVERRIDE { in GenNullCheck() function in art::Mir2Lir::GenNullCheck::NullCheckSlowPath515 void Compile() { in Compile() function in art::StaticFieldSlowPath857 void Compile() { in GenConstClass() function in art::Mir2Lir::GenConstClass::SlowPath924 void Compile() { in GenConstString() function in art::Mir2Lir::GenConstString::SlowPath1130 void Compile() OVERRIDE { in GenInstanceofCallingHelper() function in art::Mir2Lir::GenInstanceofCallingHelper::InitTypeSlowPath1275 void Compile() { in GenCheckCast() function in art::Mir2Lir::GenCheckCast::SlowPath1305 void Compile() { in GenCheckCast() function in art::Mir2Lir::GenCheckCast::SlowPath[all …]
52 void Compile() { in AddIntrinsicSlowPath() function in art::Mir2Lir::AddIntrinsicSlowPath::IntrinsicSlowPathPath
63 CompiledMethod* JniCompiler::Compile() { in Compile() function in art::llvm::JniCompiler
93 void DexCompiler::Compile() { in Compile() function in art::optimizer::DexCompiler
249 void Compile() OVERRIDE { in GenEntrySequence() function in art::X86Mir2Lir::GenEntrySequence::StackOverflowSlowPath
1151 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::X86Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath1199 void Compile() OVERRIDE { in GenArrayBoundsCheck() function in art::X86Mir2Lir::GenArrayBoundsCheck::ArrayBoundsCheckSlowPath
325 void Compile() OVERRIDE { in GenEntrySequence() function in art::MipsMir2Lir::GenEntrySequence::StackOverflowSlowPath
379 void Compile() OVERRIDE { in GenEntrySequence() function in art::Arm64Mir2Lir::GenEntrySequence::StackOverflowSlowPath
410 void Compile() OVERRIDE { in GenEntrySequence() function in art::ArmMir2Lir::GenEntrySequence::StackOverflowSlowPath
535 bool Compile(std::string assembly_code, NativeAssemblerResult* res, std::string test_name) { in Compile() function
1981 void CompilerDriver::Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files, in Compile() function in art::CompilerDriver