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 503 VLOG(compiler) << "Before precompile " << GetMemoryUsageString(false);
504 PreCompile(class_loader, dex_files, thread_pool.get(), timings);
570 PreCompile(jclass_loader, dex_files, thread_pool.get(), timings);
621 void CompilerDriver::PreCompile(jobject class_loader, const std::vector<const DexFile*>& dex_files,
    [all...]
compiler_driver.h 550 void PreCompile(jobject class_loader, const std::vector<const DexFile*>& dex_files,
    [all...]

Completed in 31 milliseconds