Home
last modified time | relevance | path

Searched refs:CodePatch (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Dcompiled_method_test.cc57 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()
Dcompiled_method.h194 static LinkerPatch CodePatch(size_t literal_offset, in CodePatch() function
/art/compiler/driver/
Dcompiled_method_storage_test.cc78 LinkerPatch::CodePatch(0u, nullptr, 1u), in TEST()
82 LinkerPatch::CodePatch(0u, nullptr, 1u), in TEST()
/art/compiler/optimizing/
Dcode_generator_arm64.cc3822 linker_patches->push_back(LinkerPatch::CodePatch(literal->offset(), in EmitLinkerPatches()
Dcode_generator_arm.cc6506 linker_patches->push_back(LinkerPatch::CodePatch(literal_offset, in EmitLinkerPatches()