Searched refs:MakeNonOwningPointerVector (Results 1 – 10 of 10) sorted by relevance
542 MakeNonOwningPointerVector(compilation_sources); in TEST_F()559 std::vector<const DexFile*> expected_classpath = MakeNonOwningPointerVector(classpath_dex); in TEST_F()578 MakeNonOwningPointerVector(compilation_sources); in TEST_F()605 MakeNonOwningPointerVector(compilation_sources); in TEST_F()643 MakeNonOwningPointerVector(compilation_sources); in TEST_F()661 MakeNonOwningPointerVector(classpath_dex_a); in TEST_F()676 MakeNonOwningPointerVector(classpath_dex_c); in TEST_F()685 MakeNonOwningPointerVector(classpath_dex_d); in TEST_F()713 MakeNonOwningPointerVector(compilation_sources); in TEST_F()729 MakeNonOwningPointerVector(classpath_dex_a); in TEST_F()[all …]
184 vdex->Unquicken(MakeNonOwningPointerVector(unique_ptr_dex_files), in OpenAtAddress()
421 MakeNonOwningPointerVector(*dex_files), in LoadDexFiles()
797 std::unique_ptr<OatFile> oat_file(OatFile::OpenFromVdex(MakeNonOwningPointerVector(dex_files), in OpenDexFilesFromOat_Impl()
754 std::vector<const DexFile*> class_path_files = MakeNonOwningPointerVector( in CreateClassLoaderInternal()
140 static inline std::vector<T*> MakeNonOwningPointerVector(const std::vector<std::unique_ptr<T>>& src… in MakeNonOwningPointerVector() function
260 return MakeNonOwningPointerVector(dex_files_); in GetDexFiles()
546 *dump += banner + "\n" + info->DumpInfo(MakeNonOwningPointerVector(*dex_files)) + "\n"; in DumpOneProfile()
1590 dex_files_per_oat_file_.push_back(MakeNonOwningPointerVector(opened_dex_files)); in Setup()1605 compiler_options_->dex_files_for_oat_file_ = MakeNonOwningPointerVector(opened_dex_files_); in Setup()
789 vdex_file->Unquicken(MakeNonOwningPointerVector(tmp_dex_files), in OpenVdexUnquicken()