Home
last modified time | relevance | path

Searched refs:MethodPatch (Results 1 – 7 of 7) sorted by relevance

/art/compiler/
Dcompiled_method_test.cc53 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()
Dcompiled_method.h186 static LinkerPatch MethodPatch(size_t literal_offset, in MethodPatch() function
/art/compiler/driver/
Dcompiled_method_storage_test.cc79 LinkerPatch::MethodPatch(4u, nullptr, 1u), in TEST()
83 LinkerPatch::MethodPatch(4u, nullptr, 2u), in TEST()
/art/compiler/optimizing/
Dcode_generator_arm64.cc3813 linker_patches->push_back(LinkerPatch::MethodPatch(literal->offset(), in EmitLinkerPatches()
Dcode_generator_arm.cc6495 linker_patches->push_back(LinkerPatch::MethodPatch(literal_offset, in EmitLinkerPatches()
Dcode_generator_x86_64.cc910 linker_patches->push_back(LinkerPatch::MethodPatch(literal_offset, in EmitLinkerPatches()
Dcode_generator_x86.cc4470 linker_patches->push_back(LinkerPatch::MethodPatch(literal_offset, in EmitLinkerPatches()