Lines Matching refs:LinkerPatch
24 TEST(LinkerPatch, LinkerPatchOperators) {
27 LinkerPatch patches[] = {
28 LinkerPatch::IntrinsicReferencePatch(16u, 3000u, 1000u),
29 LinkerPatch::IntrinsicReferencePatch(16u, 3001u, 1000u),
30 LinkerPatch::IntrinsicReferencePatch(16u, 3000u, 1001u),
31 LinkerPatch::IntrinsicReferencePatch(16u, 3001u, 1001u),
32 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3000u, 1000u),
33 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1000u),
34 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3000u, 1001u),
35 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1001u), // Index 7.
36 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3000u, 1000u),
37 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3001u, 1000u),
38 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3000u, 1001u),
39 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3001u, 1001u),
40 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3000u, 1000u),
41 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3001u, 1000u),
42 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3000u, 1001u),
43 LinkerPatch::MethodBssEntryPatch(16u, dex_file1, 3001u, 1001u),
44 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3000u, 1000u),
45 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3001u, 1000u),
46 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3000u, 1001u),
47 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3001u, 1001u),
48 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1000u),
49 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1001u),
50 LinkerPatch::RelativeCodePatch(16u, dex_file2, 1000u),
51 LinkerPatch::RelativeCodePatch(16u, dex_file2, 1001u),
52 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3000u, 1000u),
53 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3001u, 1000u),
54 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3000u, 1001u),
55 LinkerPatch::RelativeTypePatch(16u, dex_file1, 3001u, 1001u),
56 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3000u, 1000u),
57 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3001u, 1000u),
58 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3000u, 1001u),
59 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3001u, 1001u),
60 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3000u, 1000u),
61 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3001u, 1000u),
62 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3000u, 1001u),
63 LinkerPatch::TypeBssEntryPatch(16u, dex_file1, 3001u, 1001u),
64 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 3000u, 1000u),
65 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 3001u, 1000u),
66 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 3000u, 1001u),
67 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 3001u, 1001u),
68 LinkerPatch::RelativeStringPatch(16u, dex_file1, 3000u, 1000u),
69 LinkerPatch::RelativeStringPatch(16u, dex_file1, 3001u, 1000u),
70 LinkerPatch::RelativeStringPatch(16u, dex_file1, 3000u, 1001u),
71 LinkerPatch::RelativeStringPatch(16u, dex_file1, 3001u, 1001u),
72 LinkerPatch::RelativeStringPatch(16u, dex_file2, 3000u, 1000u),
73 LinkerPatch::RelativeStringPatch(16u, dex_file2, 3001u, 1000u),
74 LinkerPatch::RelativeStringPatch(16u, dex_file2, 3000u, 1001u),
75 LinkerPatch::RelativeStringPatch(16u, dex_file2, 3001u, 1001u),
76 LinkerPatch::StringBssEntryPatch(16u, dex_file1, 3000u, 1000u),
77 LinkerPatch::StringBssEntryPatch(16u, dex_file1, 3001u, 1000u),
78 LinkerPatch::StringBssEntryPatch(16u, dex_file1, 3000u, 1001u),
79 LinkerPatch::StringBssEntryPatch(16u, dex_file1, 3001u, 1001u),
80 LinkerPatch::StringBssEntryPatch(16u, dex_file2, 3000u, 1000u),
81 LinkerPatch::StringBssEntryPatch(16u, dex_file2, 3001u, 1000u),
82 LinkerPatch::StringBssEntryPatch(16u, dex_file2, 3000u, 1001u),
83 LinkerPatch::StringBssEntryPatch(16u, dex_file2, 3001u, 1001u),
84 LinkerPatch::BakerReadBarrierBranchPatch(16u, 0u, 0u),
85 LinkerPatch::BakerReadBarrierBranchPatch(16u, 0u, 1u),
86 LinkerPatch::BakerReadBarrierBranchPatch(16u, 1u, 0u),
87 LinkerPatch::BakerReadBarrierBranchPatch(16u, 1u, 1u),
89 LinkerPatch::IntrinsicReferencePatch(32u, 3000u, 1000u),
90 LinkerPatch::IntrinsicReferencePatch(32u, 3001u, 1000u),
91 LinkerPatch::IntrinsicReferencePatch(32u, 3000u, 1001u),
92 LinkerPatch::IntrinsicReferencePatch(32u, 3001u, 1001u),
93 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3000u, 1000u),
94 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3001u, 1000u),
95 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3000u, 1001u),
96 LinkerPatch::RelativeMethodPatch(32u, dex_file1, 3001u, 1001u),
97 LinkerPatch::RelativeMethodPatch(32u, dex_file2, 3000u, 1000u),
98 LinkerPatch::RelativeMethodPatch(32u, dex_file2, 3001u, 1000u),
99 LinkerPatch::RelativeMethodPatch(32u, dex_file2, 3000u, 1001u),
100 LinkerPatch::RelativeMethodPatch(32u, dex_file2, 3001u, 1001u),
101 LinkerPatch::MethodBssEntryPatch(32u, dex_file1, 3000u, 1000u),
102 LinkerPatch::MethodBssEntryPatch(32u, dex_file1, 3001u, 1000u),
103 LinkerPatch::MethodBssEntryPatch(32u, dex_file1, 3000u, 1001u),
104 LinkerPatch::MethodBssEntryPatch(32u, dex_file1, 3001u, 1001u),
105 LinkerPatch::MethodBssEntryPatch(32u, dex_file2, 3000u, 1000u),
106 LinkerPatch::MethodBssEntryPatch(32u, dex_file2, 3001u, 1000u),
107 LinkerPatch::MethodBssEntryPatch(32u, dex_file2, 3000u, 1001u),
108 LinkerPatch::MethodBssEntryPatch(32u, dex_file2, 3001u, 1001u),
109 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1000u),
110 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1001u),
111 LinkerPatch::RelativeCodePatch(32u, dex_file2, 1000u),
112 LinkerPatch::RelativeCodePatch(32u, dex_file2, 1001u),
113 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3000u, 1000u),
114 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3001u, 1000u),
115 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3000u, 1001u),
116 LinkerPatch::RelativeTypePatch(32u, dex_file1, 3001u, 1001u),
117 LinkerPatch::RelativeTypePatch(32u, dex_file2, 3000u, 1000u),
118 LinkerPatch::RelativeTypePatch(32u, dex_file2, 3001u, 1000u),
119 LinkerPatch::RelativeTypePatch(32u, dex_file2, 3000u, 1001u),
120 LinkerPatch::RelativeTypePatch(32u, dex_file2, 3001u, 1001u),
121 LinkerPatch::TypeBssEntryPatch(32u, dex_file1, 3000u, 1000u),
122 LinkerPatch::TypeBssEntryPatch(32u, dex_file1, 3001u, 1000u),
123 LinkerPatch::TypeBssEntryPatch(32u, dex_file1, 3000u, 1001u),
124 LinkerPatch::TypeBssEntryPatch(32u, dex_file1, 3001u, 1001u),
125 LinkerPatch::TypeBssEntryPatch(32u, dex_file2, 3000u, 1000u),
126 LinkerPatch::TypeBssEntryPatch(32u, dex_file2, 3001u, 1000u),
127 LinkerPatch::TypeBssEntryPatch(32u, dex_file2, 3000u, 1001u),
128 LinkerPatch::TypeBssEntryPatch(32u, dex_file2, 3001u, 1001u),
129 LinkerPatch::RelativeStringPatch(32u, dex_file1, 3000u, 1000u),
130 LinkerPatch::RelativeStringPatch(32u, dex_file1, 3001u, 1000u),
131 LinkerPatch::RelativeStringPatch(32u, dex_file1, 3000u, 1001u),
132 LinkerPatch::RelativeStringPatch(32u, dex_file1, 3001u, 1001u),
133 LinkerPatch::RelativeStringPatch(32u, dex_file2, 3000u, 1000u),
134 LinkerPatch::RelativeStringPatch(32u, dex_file2, 3001u, 1000u),
135 LinkerPatch::RelativeStringPatch(32u, dex_file2, 3000u, 1001u),
136 LinkerPatch::RelativeStringPatch(32u, dex_file2, 3001u, 1001u),
137 LinkerPatch::StringBssEntryPatch(32u, dex_file1, 3000u, 1000u),
138 LinkerPatch::StringBssEntryPatch(32u, dex_file1, 3001u, 1000u),
139 LinkerPatch::StringBssEntryPatch(32u, dex_file1, 3000u, 1001u),
140 LinkerPatch::StringBssEntryPatch(32u, dex_file1, 3001u, 1001u),
141 LinkerPatch::StringBssEntryPatch(32u, dex_file2, 3000u, 1000u),
142 LinkerPatch::StringBssEntryPatch(32u, dex_file2, 3001u, 1000u),
143 LinkerPatch::StringBssEntryPatch(32u, dex_file2, 3000u, 1001u),
144 LinkerPatch::StringBssEntryPatch(32u, dex_file2, 3001u, 1001u),
145 LinkerPatch::BakerReadBarrierBranchPatch(32u, 0u, 0u),
146 LinkerPatch::BakerReadBarrierBranchPatch(32u, 0u, 1u),
147 LinkerPatch::BakerReadBarrierBranchPatch(32u, 1u, 0u),
148 LinkerPatch::BakerReadBarrierBranchPatch(32u, 1u, 1u),
150 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1001u), // Same as patch at index 7.