Searched refs:TypePatch (Results 1 – 2 of 2) sorted by relevance
/art/compiler/ |
D | compiled_method_test.cc | 65 LinkerPatch::TypePatch(16u, dex_file1, 1000u), in TEST() 66 LinkerPatch::TypePatch(16u, dex_file1, 1001u), in TEST() 67 LinkerPatch::TypePatch(16u, dex_file2, 1000u), in TEST() 68 LinkerPatch::TypePatch(16u, dex_file2, 1001u), in TEST() 89 LinkerPatch::TypePatch(32u, dex_file1, 1000u), in TEST() 90 LinkerPatch::TypePatch(32u, dex_file1, 1001u), in TEST() 91 LinkerPatch::TypePatch(32u, dex_file2, 1000u), in TEST() 92 LinkerPatch::TypePatch(32u, dex_file2, 1001u), in TEST()
|
D | compiled_method.h | 210 static LinkerPatch TypePatch(size_t literal_offset, in TypePatch() function
|