HomeSort by relevance Sort by last modified time
    Searched full:extra_dex_files (Results 1 - 1 of 1) sorted by null

  /art/compiler/
image_test.h 57 std::vector<std::unique_ptr<const DexFile>> extra_dex_files; member in struct:art::CompilationHelper
146 for (const std::unique_ptr<const DexFile>& dex_file : extra_dex_files) {
376 helper.extra_dex_files = OpenTestDexFiles(extra_dex.c_str());
426 helper.extra_dex_files.clear();

Completed in 56 milliseconds