HomeSort by relevance Sort by last modified time
    Searched refs:PreCompile (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
compiler_driver.cc 511 VLOG(compiler) << "Before precompile " << GetMemoryUsageString(false);
512 PreCompile(class_loader, dex_files, thread_pool.get(), timings);
575 PreCompile(jclass_loader, dex_files, thread_pool.get(), timings);
605 void CompilerDriver::PreCompile(jobject class_loader, const std::vector<const DexFile*>& dex_files,
    [all...]
compiler_driver.h 703 void PreCompile(jobject class_loader, const std::vector<const DexFile*>& dex_files,
    [all...]

Completed in 39 milliseconds