Home
last modified time | relevance | path

Searched refs:TypePatch (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dcompiled_method_test.cc65 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()
Dcompiled_method.h210 static LinkerPatch TypePatch(size_t literal_offset, in TypePatch() function