Searched refs:compilation_sources (Results 1 – 3 of 3) sorted by relevance
83 bool RemoveLocationsFromClassPaths(const dchecked_vector<std::string>& compilation_sources);105 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 …]
707 const std::vector<const DexFile*>& compilation_sources) in CreateClassLoaderInternal() argument737 compilation_sources)); in CreateClassLoaderInternal()752 compilation_sources)); in CreateClassLoaderInternal()761 compilation_sources.begin(), in CreateClassLoaderInternal()762 compilation_sources.end()); in CreateClassLoaderInternal()781 const std::vector<const DexFile*>& compilation_sources) const { in CreateClassLoader()791 return class_linker->CreatePathClassLoader(self, compilation_sources); in CreateClassLoader()808 compilation_sources); in CreateClassLoader()