Searched refs:CompileAll (Results 1 – 9 of 9) sorted by relevance
/art/dex2oat/dex/ |
D | dex_to_dex_decompiler_test.cc | 40 void CompileAll(jobject class_loader) REQUIRES(!Locks::mutator_lock_) { in CompileAll() function in art::DexToDexDecompilerTest 49 CommonCompilerDriverTest::CompileAll(class_loader, dex_files, &timings); in CompileAll() 79 CompileAll(class_loader); in RunTest()
|
/art/dex2oat/ |
D | common_compiler_driver_test.cc | 33 void CommonCompilerDriverTest::CompileAll(jobject class_loader, in CompileAll() function in art::CommonCompilerDriverTest 51 compiler_driver_->CompileAll(class_loader, dex_files, timings); in CompileAll()
|
D | common_compiler_driver_test.h | 40 void CompileAll(jobject class_loader,
|
D | dex2oat.cc | 2188 driver_->CompileAll(class_loader, dex_files, timings_); in CompileDexFiles()
|
/art/dex2oat/driver/ |
D | compiler_driver.h | 112 void CompileAll(jobject class_loader,
|
D | compiler_driver_test.cc | 48 CompileAll(class_loader, dex_files_, &timings); in CompileAllAndMakeExecutable()
|
D | compiler_driver.cc | 330 void CompilerDriver::CompileAll(jobject class_loader, in CompileAll() function in art::CompilerDriver
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 439 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings2); in TEST_F() 453 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings); in TEST_F() 560 CompileAll(class_loader, dex_files, &timings); in TEST_F()
|
D | image_test.h | 224 CompileAll(class_loader, class_path, &timings); in DoCompile()
|