Searched refs:compilation_sources (Results 1 – 3 of 3) sorted by relevance
90 bool RemoveLocationsFromClassPaths(const dchecked_vector<std::string>& compilation_sources);112 jobject CreateClassLoader(const std::vector<const DexFile*>& compilation_sources) const;
539 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F() local542 MakeNonOwningPointerVector(compilation_sources); in TEST_F()575 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F() local578 MakeNonOwningPointerVector(compilation_sources); in TEST_F()602 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F() local605 MakeNonOwningPointerVector(compilation_sources); in TEST_F()641 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F() local643 MakeNonOwningPointerVector(compilation_sources); in TEST_F()711 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F() local713 MakeNonOwningPointerVector(compilation_sources); in TEST_F()[all …]
783 const std::vector<const DexFile*>& compilation_sources) in CreateClassLoaderInternal() argument813 compilation_sources)); in CreateClassLoaderInternal()828 compilation_sources)); in CreateClassLoaderInternal()837 compilation_sources.begin(), in CreateClassLoaderInternal()838 compilation_sources.end()); in CreateClassLoaderInternal()857 const std::vector<const DexFile*>& compilation_sources) const { in CreateClassLoader()867 return class_linker->CreatePathClassLoader(self, compilation_sources); in CreateClassLoader()884 compilation_sources); in CreateClassLoader()