Searched defs:compiler (Results 1 - 5 of 5) sorted by relevance
/art/compiler/ |
H A D | Android.mk | 81 compiler.cc \ 181 define build-libart-compiler 206 LOCAL_MODULE := libart-compiler 216 LOCAL_MODULE := libartd-compiler 270 # For compiler driver TLS. 314 $(eval $(call build-libart-compiler,host,ndebug)) 316 $(eval $(call build-libart-compiler,host,ndebug,static)) 320 $(eval $(call build-libart-compiler,host,debug)) 322 $(eval $(call build-libart-compiler,host,debug,static)) 326 $(eval $(call build-libart-compiler,targe [all...] |
/art/compiler/dex/ |
H A D | dex_to_dex_compiler.cc | 49 DexCompiler(art::CompilerDriver& compiler, argument 52 : driver_(compiler), 104 // Filled by the compiler when quickening, in order to encode that information 212 VLOG(compiler) << "Replacing " << Instruction::Name(inst->Opcode()) 232 VLOG(compiler) << "Removing " << Instruction::Name(inst->Opcode()) 260 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode()) 295 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode())
|
/art/compiler/jni/quick/ |
H A D | jni_compiler.cc | 606 CompiledMethod* ArtQuickJniCompileMethod(CompilerDriver* compiler, uint32_t access_flags, argument 608 return ArtJniCompileMethodInternal(compiler, access_flags, method_idx, dex_file);
|
/art/runtime/base/ |
H A D | logging.h | 42 bool compiler; member in struct:art::LogVerbosity
|
/art/compiler/driver/ |
H A D | compiler_driver.cc | 37 #include "compiler.h" 476 VLOG(compiler) << "Before precompile " << GetMemoryUsageString(false); 546 // GetQuickGenericJniStub allowing down calls that aren't compiled using a JNI compiler? 629 // NOTE: if compiler declines to compile this method, it will return null. 702 // Can we run DEX-to-DEX compiler on this class ? 894 VLOG(compiler) << "LoadImageClasses: " << GetMemoryUsageString(false); 905 VLOG(compiler) << "Resolve: " << GetMemoryUsageString(false); 909 VLOG(compiler) << "Verify none mode specified, skipping verification."; 920 VLOG(compiler) << "Resolve const-strings: " << GetMemoryUsageString(false); 924 VLOG(compiler) << "Verif 1860 ParallelCompilationManager(ClassLinker* class_linker, jobject class_loader, CompilerDriver* compiler, const DexFile* dex_file, const std::vector<const DexFile*>& dex_files, ThreadPool* thread_pool) argument [all...] |
Completed in 111 milliseconds