Searched refs:CodePatch (Results 1 – 5 of 5) sorted by relevance
/art/compiler/ |
D | compiled_method_test.cc | 57 LinkerPatch::CodePatch(16u, dex_file1, 1000u), in TEST() 58 LinkerPatch::CodePatch(16u, dex_file1, 1001u), in TEST() 59 LinkerPatch::CodePatch(16u, dex_file2, 1000u), in TEST() 60 LinkerPatch::CodePatch(16u, dex_file2, 1001u), in TEST() 81 LinkerPatch::CodePatch(32u, dex_file1, 1000u), in TEST() 82 LinkerPatch::CodePatch(32u, dex_file1, 1001u), in TEST() 83 LinkerPatch::CodePatch(32u, dex_file2, 1000u), in TEST() 84 LinkerPatch::CodePatch(32u, dex_file2, 1001u), in TEST()
|
D | compiled_method.h | 194 static LinkerPatch CodePatch(size_t literal_offset, in CodePatch() function
|
/art/compiler/driver/ |
D | compiled_method_storage_test.cc | 78 LinkerPatch::CodePatch(0u, nullptr, 1u), in TEST() 82 LinkerPatch::CodePatch(0u, nullptr, 1u), in TEST()
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 3822 linker_patches->push_back(LinkerPatch::CodePatch(literal->offset(), in EmitLinkerPatches()
|
D | code_generator_arm.cc | 6506 linker_patches->push_back(LinkerPatch::CodePatch(literal_offset, in EmitLinkerPatches()
|