Searched refs:MakeNonOwningPointerVector (Results 1 – 6 of 6) sorted by relevance
382 MakeNonOwningPointerVector(compilation_sources); in TEST_F()399 std::vector<const DexFile*> expected_classpath = MakeNonOwningPointerVector(classpath_dex); in TEST_F()418 MakeNonOwningPointerVector(compilation_sources); in TEST_F()445 MakeNonOwningPointerVector(compilation_sources); in TEST_F()483 MakeNonOwningPointerVector(compilation_sources); in TEST_F()501 MakeNonOwningPointerVector(classpath_dex_a); in TEST_F()516 MakeNonOwningPointerVector(classpath_dex_c); in TEST_F()525 MakeNonOwningPointerVector(classpath_dex_d); in TEST_F()
173 vdex->Unquicken(MakeNonOwningPointerVector(unique_ptr_dex_files), in OpenAtAddress()
402 std::vector<const DexFile*> class_path_files = MakeNonOwningPointerVector( in CreateClassLoader()415 std::vector<const DexFile*> first_class_loader_classpath = MakeNonOwningPointerVector( in CreateClassLoader()
147 static inline std::vector<T*> MakeNonOwningPointerVector(const std::vector<std::unique_ptr<T>>& src… in MakeNonOwningPointerVector() function
1665 dex_files_per_oat_file_.push_back(MakeNonOwningPointerVector(opened_dex_files)); in Setup()1680 dex_files_ = MakeNonOwningPointerVector(opened_dex_files_); in Setup()
730 vdex_file->Unquicken(MakeNonOwningPointerVector(tmp_dex_files), in OpenVdexUnquicken()