Searched refs:CodePatch (Results 1 – 3 of 3) sorted by relevance
/art/compiler/ |
D | compiled_method_test.cc | 69 LinkerPatch::CodePatch(16u, dex_file1, 1000u), in TEST() 70 LinkerPatch::CodePatch(16u, dex_file1, 1001u), in TEST() 71 LinkerPatch::CodePatch(16u, dex_file2, 1000u), in TEST() 72 LinkerPatch::CodePatch(16u, dex_file2, 1001u), in TEST() 130 LinkerPatch::CodePatch(32u, dex_file1, 1000u), in TEST() 131 LinkerPatch::CodePatch(32u, dex_file1, 1001u), in TEST() 132 LinkerPatch::CodePatch(32u, dex_file2, 1000u), in TEST() 133 LinkerPatch::CodePatch(32u, dex_file2, 1001u), in TEST()
|
D | compiled_method.h | 153 static LinkerPatch CodePatch(size_t literal_offset, in CodePatch() function
|
/art/compiler/driver/ |
D | compiled_method_storage_test.cc | 73 LinkerPatch::CodePatch(0u, nullptr, 1u), in TEST() 77 LinkerPatch::CodePatch(0u, nullptr, 1u), in TEST()
|