Lines Matching refs:dex_file1
63 void SetupProfile(const DexFile* dex_file1, in SetupProfile() argument
75 GetTestInlineCaches(dex_file1, dex_file2, dex3); in SetupProfile()
80 ASSERT_TRUE(AddMethod(info, dex_file1, i, inline_caches, flags)); in SetupProfile()
82 ASSERT_TRUE(AddMethod(info, dex_file1, i, inline_caches, flags)); in SetupProfile()
87 ASSERT_TRUE(AddClass(info, dex_file1, dex::TypeIndex(i))); in SetupProfile()
115 const DexFile* dex_file1, const DexFile* dex_file2, const DexFile* dex_file3) { in GetTestInlineCaches() argument
119 std::vector<TypeReference> types = {TypeReference(dex_file1, dex::TypeIndex(0))}; in GetTestInlineCaches()
125 TypeReference(dex_file1, dex::TypeIndex(0)), in GetTestInlineCaches()
134 TypeReference(dex_file1, dex::TypeIndex(0)), in GetTestInlineCaches()
135 TypeReference(dex_file1, dex::TypeIndex(1)), in GetTestInlineCaches()
136 TypeReference(dex_file1, dex::TypeIndex(2)), in GetTestInlineCaches()
137 TypeReference(dex_file1, dex::TypeIndex(3)), in GetTestInlineCaches()
138 TypeReference(dex_file1, dex::TypeIndex(4))}; in GetTestInlineCaches()