Searched defs:Compile (Results 1 – 7 of 7) sorted by relevance
| /art/dex2oat/linker/ | ||
| D | image_test.h | 362 inline void ImageTest::Compile( in Compile() function |
| /art/compiler/utils/ | ||
| D | assembler_test_base.h | 378 bool Compile(const std::string& assembly_code, in Compile() function |
| /art/dex2oat/dex/ | ||
| D | dex_to_dex_compiler.cc | 211 std::vector<uint8_t> DexToDexCompiler::CompilationState::Compile() { in Compile() function in art::optimizer::DexToDexCompiler::CompilationState |
| /art/compiler/optimizing/ | ||
| D | optimizing_compiler.cc | 1042 CompiledMethod* OptimizingCompiler::Compile(const dex::CodeItem* code_item, in Compile() function in art::OptimizingCompiler |
| D | code_generator.cc | 383 void CodeGenerator::Compile(CodeAllocator* allocator) { in Compile() function in art::CodeGenerator |
| /art/dex2oat/ | ||
| D | dex2oat.cc | 1739 jobject Compile() { in Compile() function in art::Dex2Oat |
| /art/dex2oat/driver/ | ||
| D | compiler_driver.cc | 2648 void CompilerDriver::Compile(jobject class_loader, in Compile() function in art::CompilerDriver |