Searched refs:Compile (Results 1 - 19 of 19) sorted by relevance

/art/compiler/
H A Dcompilers.h32 CompiledMethod* Compile(const DexFile::CodeItem* code_item,
78 CompiledMethod* Compile(const DexFile::CodeItem* code_item,
H A Dcompilers.cc52 CompiledMethod* QuickCompiler::Compile(const DexFile::CodeItem* code_item, function in class:art::QuickCompiler
142 CompiledMethod* OptimizingCompiler::Compile(const DexFile::CodeItem* code_item, function in class:art::OptimizingCompiler
155 return QuickCompiler::Compile(code_item, access_flags, invoke_type, class_def_idx, method_idx,
H A Dcompiler.h50 virtual CompiledMethod* Compile(const DexFile::CodeItem* code_item,
H A Dcompiler.cc99 CompiledMethod* Compile(const DexFile::CodeItem* code_item,
/art/compiler/jni/portable/
H A Djni_compiler.h60 CompiledMethod* Compile();
H A Djni_compiler.cc63 CompiledMethod* JniCompiler::Compile() { function in class:art::llvm::JniCompiler
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc48 void Compile();
93 void DexCompiler::Compile() { function in class:art::optimizer::DexCompiler
284 dex_compiler.Compile();
/art/compiler/dex/quick/
H A Dgen_common.cc73 void Compile() OVERRIDE {
92 void Compile() OVERRIDE {
116 void Compile() OVERRIDE {
145 void Compile() OVERRIDE {
515 void Compile() { function in class:art::StaticFieldSlowPath
714 // may be created during slowpath->Compile().
717 slowpath->Compile();
857 void Compile() { function in class:art::SlowPath
924 void Compile() { function in class:art::SlowPath
1130 void Compile() OVERRID
1275 void Compile() { function in class:art::SlowPath
1305 void Compile() { function in class:art::SlowPath
[all...]
H A Dmir_to_lir.h494 // the Compile() function that will be called near the end of the code generated by the
529 virtual void Compile() = 0;
H A Dgen_invoke.cc52 void Compile() { function in class:art::IntrinsicSlowPathPath
/art/compiler/llvm/
H A Dcompiler_llvm.cc171 return jni_compiler->Compile();
/art/compiler/utils/
H A Dassembler_test.h346 Compile(assembly_text, &res, test_name);
390 // Compile the assembly file from_file to a binary file to_file. Returns true on success.
534 // Compile the given assembly code and extract the binary, if possible. Put result into res.
535 bool Compile(std::string assembly_code, NativeAssemblerResult* res, std::string test_name) { function in class:art::AssemblerTest
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc325 void Compile() OVERRIDE {
/art/compiler/dex/quick/x86/
H A Dcall_x86.cc249 void Compile() OVERRIDE {
H A Dint_x86.cc1151 void Compile() OVERRIDE {
1199 void Compile() OVERRIDE {
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc379 void Compile() OVERRIDE {
/art/compiler/dex/quick/arm/
H A Dcall_arm.cc410 void Compile() OVERRIDE {
/art/compiler/driver/
H A Dcompiler_driver.cc513 Compile(class_loader, dex_files, thread_pool.get(), timings);
1981 void CompilerDriver::Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files, function in class:art::CompilerDriver
1988 VLOG(compiler) << "Compile: " << GetMemoryUsageString(false);
2047 // Compile direct methods
2064 // Compile virtual methods
2087 TimingLogger::ScopedTiming t("Compile Dex File", timings);
2122 compiled_method = compiler_->Compile(code_item, access_flags, invoke_type, class_def_idx,
H A Dcompiler_driver.h122 // Compile a single Method.
746 void Compile(jobject class_loader, const std::vector<const DexFile*>& dex_files,

Completed in 278 milliseconds