Lines Matching refs:dex_file1
25 const DexFile* dex_file1 = reinterpret_cast<const DexFile*>(1); in TEST() local
32 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3000u, 1000u), in TEST()
33 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1000u), in TEST()
34 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3000u, 1001u), in TEST()
35 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1001u), // Index 7. in TEST()
40 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3000u, 1000u), in TEST()
41 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3001u, 1000u), in TEST()
42 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3000u, 1001u), in TEST()
43 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3001u, 1001u), in TEST()
48 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1000u), in TEST()
49 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1001u), in TEST()
52 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3000u, 1000u), in TEST()
53 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3001u, 1000u), in TEST()
54 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3000u, 1001u), in TEST()
55 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3001u, 1001u), in TEST()
60 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3000u, 1000u), in TEST()
61 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3001u, 1000u), in TEST()
62 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3000u, 1001u), in TEST()
63 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3001u, 1001u), in TEST()
68 LinkerPatch::RelativeStringPatch(16u, dex_file1, 3000u, 1000u), in TEST()
69 LinkerPatch::RelativeStringPatch(16u, dex_file1, 3001u, 1000u), in TEST()
70 LinkerPatch::RelativeStringPatch(16u, dex_file1, 3000u, 1001u), in TEST()
71 LinkerPatch::RelativeStringPatch(16u, dex_file1, 3001u, 1001u), in TEST()
76 LinkerPatch::StringBssEntryPatch(16u, dex_file1, 3000u, 1000u), in TEST()
77 LinkerPatch::StringBssEntryPatch(16u, dex_file1, 3001u, 1000u), in TEST()
78 LinkerPatch::StringBssEntryPatch(16u, dex_file1, 3000u, 1001u), in TEST()
79 LinkerPatch::StringBssEntryPatch(16u, dex_file1, 3001u, 1001u), in TEST()
93 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3000u, 1000u), in TEST()
94 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3001u, 1000u), in TEST()
95 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3000u, 1001u), in TEST()
96 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3001u, 1001u), in TEST()
101 LinkerPatch::MethodBssEntryPatch(32u, dex_file1, 3000u, 1000u), in TEST()
102 LinkerPatch::MethodBssEntryPatch(32u, dex_file1, 3001u, 1000u), in TEST()
103 LinkerPatch::MethodBssEntryPatch(32u, dex_file1, 3000u, 1001u), in TEST()
104 LinkerPatch::MethodBssEntryPatch(32u, dex_file1, 3001u, 1001u), in TEST()
109 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1000u), in TEST()
110 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1001u), in TEST()
113 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3000u, 1000u), in TEST()
114 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3001u, 1000u), in TEST()
115 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3000u, 1001u), in TEST()
116 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3001u, 1001u), in TEST()
121 LinkerPatch::TypeBssEntryPatch(32u, dex_file1, 3000u, 1000u), in TEST()
122 LinkerPatch::TypeBssEntryPatch(32u, dex_file1, 3001u, 1000u), in TEST()
123 LinkerPatch::TypeBssEntryPatch(32u, dex_file1, 3000u, 1001u), in TEST()
124 LinkerPatch::TypeBssEntryPatch(32u, dex_file1, 3001u, 1001u), in TEST()
129 LinkerPatch::RelativeStringPatch(32u, dex_file1, 3000u, 1000u), in TEST()
130 LinkerPatch::RelativeStringPatch(32u, dex_file1, 3001u, 1000u), in TEST()
131 LinkerPatch::RelativeStringPatch(32u, dex_file1, 3000u, 1001u), in TEST()
132 LinkerPatch::RelativeStringPatch(32u, dex_file1, 3001u, 1001u), in TEST()
137 LinkerPatch::StringBssEntryPatch(32u, dex_file1, 3000u, 1000u), in TEST()
138 LinkerPatch::StringBssEntryPatch(32u, dex_file1, 3001u, 1000u), in TEST()
139 LinkerPatch::StringBssEntryPatch(32u, dex_file1, 3000u, 1001u), in TEST()
140 LinkerPatch::StringBssEntryPatch(32u, dex_file1, 3001u, 1001u), in TEST()
150 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1001u), // Same as patch at index 7. in TEST()