Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_test.cc94 std::string encoding1 = OatFile::EncodeDexFileDependencies(dex_files_const1); in TEST_F()
105 std::string encoding2 = OatFile::EncodeDexFileDependencies(dex_files_const2); in TEST_F()
Doat_file.h255 static std::string EncodeDexFileDependencies(const std::vector<const DexFile*>& dex_files);
Doat_file.cc766 std::string OatFile::EncodeDexFileDependencies(const std::vector<const DexFile*>& dex_files) { in EncodeDexFileDependencies() function in art::OatFile
/art/dex2oat/
Ddex2oat.cc1376 OatFile::EncodeDexFileDependencies(class_path_files)); in Compile()