Searched refs:df1 (Results 1 – 3 of 3) sorted by relevance
281 auto df1 = DexFile(std::move(*dex_file)); in TEST() local282 auto df2 = DexFile(std::move(df1)); in TEST()
170 inline bool DexFile::StringEquals(const DexFile* df1, dex::StringIndex sidx1, in StringEquals() argument173 const char* s1_data = df1->StringDataAndUtf16LengthByIdx(sidx1, &s1_len); in StringEquals()
784 static inline bool StringEquals(const DexFile* df1, dex::StringIndex sidx1,