Searched refs:MethodPatch (Results 1 – 7 of 7) sorted by relevance
/art/compiler/ |
D | compiled_method_test.cc | 53 LinkerPatch::MethodPatch(16u, dex_file1, 1000u), in TEST() 54 LinkerPatch::MethodPatch(16u, dex_file1, 1001u), in TEST() 55 LinkerPatch::MethodPatch(16u, dex_file2, 1000u), in TEST() 56 LinkerPatch::MethodPatch(16u, dex_file2, 1001u), // Index 3. in TEST() 77 LinkerPatch::MethodPatch(32u, dex_file1, 1000u), in TEST() 78 LinkerPatch::MethodPatch(32u, dex_file1, 1001u), in TEST() 79 LinkerPatch::MethodPatch(32u, dex_file2, 1000u), in TEST() 80 LinkerPatch::MethodPatch(32u, dex_file2, 1001u), in TEST() 101 LinkerPatch::MethodPatch(16u, dex_file2, 1001u), // identical with patch as index 3. in TEST()
|
D | compiled_method.h | 186 static LinkerPatch MethodPatch(size_t literal_offset, in MethodPatch() function
|
/art/compiler/driver/ |
D | compiled_method_storage_test.cc | 79 LinkerPatch::MethodPatch(4u, nullptr, 1u), in TEST() 83 LinkerPatch::MethodPatch(4u, nullptr, 2u), in TEST()
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 3813 linker_patches->push_back(LinkerPatch::MethodPatch(literal->offset(), in EmitLinkerPatches()
|
D | code_generator_arm.cc | 6495 linker_patches->push_back(LinkerPatch::MethodPatch(literal_offset, in EmitLinkerPatches()
|
D | code_generator_x86_64.cc | 910 linker_patches->push_back(LinkerPatch::MethodPatch(literal_offset, in EmitLinkerPatches()
|
D | code_generator_x86.cc | 4470 linker_patches->push_back(LinkerPatch::MethodPatch(literal_offset, in EmitLinkerPatches()
|