Searched refs:DexCacheArrayPatch (Results 1 – 8 of 8) sorted by relevance
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 183 LinkerPatch::DexCacheArrayPatch(num_nops * 4u , nullptr, num_nops * 4u, element_offset), in TestNopsAdrpLdr() 184 LinkerPatch::DexCacheArrayPatch(num_nops * 4u + 4u, nullptr, num_nops * 4u, element_offset), in TestNopsAdrpLdr() 212 LinkerPatch::DexCacheArrayPatch(num_nops * 4u , nullptr, num_nops * 4u, element_offset), in PrepareNopsAdrpInsn2Ldr() 213 LinkerPatch::DexCacheArrayPatch(num_nops * 4u + 8u, nullptr, num_nops * 4u, element_offset), in PrepareNopsAdrpInsn2Ldr()
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86_test.cc | 115 LinkerPatch::DexCacheArrayPatch(code.size() - 4u, nullptr, anchor_offset, kElementOffset), in TEST_F()
|
/art/compiler/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 118 LinkerPatch::DexCacheArrayPatch(kDexCacheLoadCode.size() - 4u, nullptr, 0u, kElementOffset), in TEST_F()
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 135 LinkerPatch::DexCacheArrayPatch(0u, nullptr, pc_insn_offset, element_offset), in TestDexCachereference() 136 LinkerPatch::DexCacheArrayPatch(4u, nullptr, pc_insn_offset, element_offset), in TestDexCachereference()
|
/art/compiler/ |
D | compiled_method.h | 201 static LinkerPatch DexCacheArrayPatch(size_t literal_offset, in DexCacheArrayPatch() function
|
/art/compiler/dex/quick/arm64/ |
D | target_arm64.cc | 870 patches_.push_back(LinkerPatch::DexCacheArrayPatch(p->offset, dex_file, adrp->offset, offset)); in InstallLiteralPools()
|
/art/compiler/dex/quick/arm/ |
D | target_arm.cc | 926 patches_.push_back(LinkerPatch::DexCacheArrayPatch(p->offset, in InstallLiteralPools()
|
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 1113 patches_.push_back(LinkerPatch::DexCacheArrayPatch(patch_offset, dex_file, in InstallLiteralPools()
|