Home
last modified time | relevance | path

Searched refs:MakeNonOwningPointerVector (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc1360 std::vector<const DexFile*> class_path_files = MakeNonOwningPointerVector(class_path_files_); in Setup()
1391 dex_files_per_oat_file_.push_back(MakeNonOwningPointerVector(opened_dex_files)); in Setup()
1404 dex_files_ = MakeNonOwningPointerVector(opened_dex_files_); in Setup()
1450 std::vector<const DexFile*> class_path_files = MakeNonOwningPointerVector(class_path_files_); in Setup()
1501 std::vector<const DexFile*> class_path_files = MakeNonOwningPointerVector(class_path_files_); in Compile()
1907 static std::vector<T*> MakeNonOwningPointerVector(const std::vector<std::unique_ptr<T>>& src) { in MakeNonOwningPointerVector() function in art::FINAL