Lines Matching refs:LinkerPatch

24 TEST(LinkerPatch, LinkerPatchOperators) {  in TEST()  argument
27 LinkerPatch patches[] = { in TEST()
28 LinkerPatch::IntrinsicReferencePatch(16u, 3000u, 1000u), in TEST()
29 LinkerPatch::IntrinsicReferencePatch(16u, 3001u, 1000u), in TEST()
30 LinkerPatch::IntrinsicReferencePatch(16u, 3000u, 1001u), in TEST()
31 LinkerPatch::IntrinsicReferencePatch(16u, 3001u, 1001u), in TEST()
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()
36 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3000u, 1000u), in TEST()
37 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3001u, 1000u), in TEST()
38 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3000u, 1001u), in TEST()
39 LinkerPatch::RelativeMethodPatch(16u, dex_file2, 3001u, 1001u), 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()
44 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3000u, 1000u), in TEST()
45 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3001u, 1000u), in TEST()
46 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3000u, 1001u), in TEST()
47 LinkerPatch::MethodBssEntryPatch(16u, dex_file2, 3001u, 1001u), in TEST()
48 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1000u), in TEST()
49 LinkerPatch::RelativeCodePatch(16u, dex_file1, 1001u), in TEST()
50 LinkerPatch::RelativeCodePatch(16u, dex_file2, 1000u), in TEST()
51 LinkerPatch::RelativeCodePatch(16u, dex_file2, 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()
56 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3000u, 1000u), in TEST()
57 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3001u, 1000u), in TEST()
58 LinkerPatch::RelativeTypePatch(16u, dex_file2, 3000u, 1001u), in TEST()
59 LinkerPatch::RelativeTypePatch(16u, dex_file2, 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()
64 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 3000u, 1000u), in TEST()
65 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 3001u, 1000u), in TEST()
66 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 3000u, 1001u), in TEST()
67 LinkerPatch::TypeBssEntryPatch(16u, dex_file2, 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()
72 LinkerPatch::RelativeStringPatch(16u, dex_file2, 3000u, 1000u), in TEST()
73 LinkerPatch::RelativeStringPatch(16u, dex_file2, 3001u, 1000u), in TEST()
74 LinkerPatch::RelativeStringPatch(16u, dex_file2, 3000u, 1001u), in TEST()
75 LinkerPatch::RelativeStringPatch(16u, dex_file2, 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()
80 LinkerPatch::StringBssEntryPatch(16u, dex_file2, 3000u, 1000u), in TEST()
81 LinkerPatch::StringBssEntryPatch(16u, dex_file2, 3001u, 1000u), in TEST()
82 LinkerPatch::StringBssEntryPatch(16u, dex_file2, 3000u, 1001u), in TEST()
83 LinkerPatch::StringBssEntryPatch(16u, dex_file2, 3001u, 1001u), in TEST()
84 LinkerPatch::BakerReadBarrierBranchPatch(16u, 0u, 0u), in TEST()
85 LinkerPatch::BakerReadBarrierBranchPatch(16u, 0u, 1u), in TEST()
86 LinkerPatch::BakerReadBarrierBranchPatch(16u, 1u, 0u), in TEST()
87 LinkerPatch::BakerReadBarrierBranchPatch(16u, 1u, 1u), in TEST()
89 LinkerPatch::IntrinsicReferencePatch(32u, 3000u, 1000u), in TEST()
90 LinkerPatch::IntrinsicReferencePatch(32u, 3001u, 1000u), in TEST()
91 LinkerPatch::IntrinsicReferencePatch(32u, 3000u, 1001u), in TEST()
92 LinkerPatch::IntrinsicReferencePatch(32u, 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()
97 LinkerPatch::RelativeMethodPatch(32u, dex_file2, 3000u, 1000u), in TEST()
98 LinkerPatch::RelativeMethodPatch(32u, dex_file2, 3001u, 1000u), in TEST()
99 LinkerPatch::RelativeMethodPatch(32u, dex_file2, 3000u, 1001u), in TEST()
100 LinkerPatch::RelativeMethodPatch(32u, dex_file2, 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()
105 LinkerPatch::MethodBssEntryPatch(32u, dex_file2, 3000u, 1000u), in TEST()
106 LinkerPatch::MethodBssEntryPatch(32u, dex_file2, 3001u, 1000u), in TEST()
107 LinkerPatch::MethodBssEntryPatch(32u, dex_file2, 3000u, 1001u), in TEST()
108 LinkerPatch::MethodBssEntryPatch(32u, dex_file2, 3001u, 1001u), in TEST()
109 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1000u), in TEST()
110 LinkerPatch::RelativeCodePatch(32u, dex_file1, 1001u), in TEST()
111 LinkerPatch::RelativeCodePatch(32u, dex_file2, 1000u), in TEST()
112 LinkerPatch::RelativeCodePatch(32u, dex_file2, 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()
117 LinkerPatch::RelativeTypePatch(32u, dex_file2, 3000u, 1000u), in TEST()
118 LinkerPatch::RelativeTypePatch(32u, dex_file2, 3001u, 1000u), in TEST()
119 LinkerPatch::RelativeTypePatch(32u, dex_file2, 3000u, 1001u), in TEST()
120 LinkerPatch::RelativeTypePatch(32u, dex_file2, 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()
125 LinkerPatch::TypeBssEntryPatch(32u, dex_file2, 3000u, 1000u), in TEST()
126 LinkerPatch::TypeBssEntryPatch(32u, dex_file2, 3001u, 1000u), in TEST()
127 LinkerPatch::TypeBssEntryPatch(32u, dex_file2, 3000u, 1001u), in TEST()
128 LinkerPatch::TypeBssEntryPatch(32u, dex_file2, 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()
133 LinkerPatch::RelativeStringPatch(32u, dex_file2, 3000u, 1000u), in TEST()
134 LinkerPatch::RelativeStringPatch(32u, dex_file2, 3001u, 1000u), in TEST()
135 LinkerPatch::RelativeStringPatch(32u, dex_file2, 3000u, 1001u), in TEST()
136 LinkerPatch::RelativeStringPatch(32u, dex_file2, 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()
141 LinkerPatch::StringBssEntryPatch(32u, dex_file2, 3000u, 1000u), in TEST()
142 LinkerPatch::StringBssEntryPatch(32u, dex_file2, 3001u, 1000u), in TEST()
143 LinkerPatch::StringBssEntryPatch(32u, dex_file2, 3000u, 1001u), in TEST()
144 LinkerPatch::StringBssEntryPatch(32u, dex_file2, 3001u, 1001u), in TEST()
145 LinkerPatch::BakerReadBarrierBranchPatch(32u, 0u, 0u), in TEST()
146 LinkerPatch::BakerReadBarrierBranchPatch(32u, 0u, 1u), in TEST()
147 LinkerPatch::BakerReadBarrierBranchPatch(32u, 1u, 0u), in TEST()
148 LinkerPatch::BakerReadBarrierBranchPatch(32u, 1u, 1u), in TEST()
150 LinkerPatch::RelativeMethodPatch(16u, dex_file1, 3001u, 1001u), // Same as patch at index 7. in TEST()