Searched refs:MakeNonOwningPointerVector (Results 1 – 10 of 10) sorted by relevance
616 MakeNonOwningPointerVector(compilation_sources); in TEST_F()633 std::vector<const DexFile*> expected_classpath = MakeNonOwningPointerVector(classpath_dex); in TEST_F()652 MakeNonOwningPointerVector(compilation_sources); in TEST_F()689 MakeNonOwningPointerVector(compilation_sources); in TEST_F()707 MakeNonOwningPointerVector(classpath_dex_a); in TEST_F()722 MakeNonOwningPointerVector(classpath_dex_c); in TEST_F()731 MakeNonOwningPointerVector(classpath_dex_d); in TEST_F()759 MakeNonOwningPointerVector(compilation_sources); in TEST_F()775 MakeNonOwningPointerVector(classpath_dex_a); in TEST_F()800 MakeNonOwningPointerVector(classpath_dex_c); in TEST_F()[all …]
353 context->CheckForDuplicateDexFiles(MakeNonOwningPointerVector(dex_files)); in OpenDexFilesFromOat()534 std::unique_ptr<OatFile> oat_file(OatFile::OpenFromVdex(MakeNonOwningPointerVector(dex_files), in OpenDexFilesFromOat_Impl()
82 MakeNonOwningPointerVector(*dex_files), in LoadDexFiles()
812 std::vector<const DexFile*> class_path_files = MakeNonOwningPointerVector( in CreateClassLoaderInternal()
1659 oat_file->Setup(MakeNonOwningPointerVector(oat_file->external_dex_files_)); in Open()
149 static inline std::vector<T*> MakeNonOwningPointerVector(const std::vector<std::unique_ptr<T>>& src… in MakeNonOwningPointerVector() function
212 MakeNonOwningPointerVector(boot_image_spaces); in TEST_F()
273 return MakeNonOwningPointerVector(dex_files_); in GetDexFiles()
1459 dex_files_per_oat_file_.push_back(MakeNonOwningPointerVector(opened_dex_files)); in Setup()1474 compiler_options_->dex_files_for_oat_file_ = MakeNonOwningPointerVector(opened_dex_files_); in Setup()
705 *dump += banner + "\n" + info->DumpInfo(MakeNonOwningPointerVector(*dex_files)) + "\n"; in DumpOneProfile()