HomeSort by relevance Sort by last modified time
    Searched refs:EncodeDexFileDependencies (Results 1 - 4 of 4) sorted by null

  /art/runtime/
oat_file_test.cc 94 std::string encoding1 = OatFile::EncodeDexFileDependencies(dex_files_const1);
105 std::string encoding2 = OatFile::EncodeDexFileDependencies(dex_files_const2);
oat_file.h 255 static std::string EncodeDexFileDependencies(const std::vector<const DexFile*>& dex_files);
oat_file.cc 766 std::string OatFile::EncodeDexFileDependencies(const std::vector<const DexFile*>& dex_files) {
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 65 milliseconds