/art/compiler/linker/x86/ |
D | relative_patcher_x86_test.cc | 45 LinkerPatch patches[] = { in TEST_F() local 48 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 87 LinkerPatch patches[] = { in TEST_F() local 90 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 114 LinkerPatch patches[] = { in TEST_F() local 117 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
|
/art/compiler/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 55 LinkerPatch patches[] = { in TEST_F() local 58 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 97 LinkerPatch patches[] = { in TEST_F() local 100 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 117 LinkerPatch patches[] = { in TEST_F() local 120 AddCompiledMethod(MethodRef(1u), kDexCacheLoadCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
|
/art/compiler/ |
D | compiled_method.cc | 135 const ArrayRef<const LinkerPatch>& patches) in CompiledMethod() argument 140 patches_(patches.begin(), patches.end(), driver->GetSwapSpaceAllocator()) { in CompiledMethod() 182 const ArrayRef<const LinkerPatch>& patches) { in SwapAllocCompiledMethod() argument 187 cfi_info, patches); in SwapAllocCompiledMethod()
|
D | compiled_method.h | 323 const ArrayRef<const LinkerPatch>& patches); 339 const ArrayRef<const LinkerPatch>& patches);
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 134 LinkerPatch patches[] = { in TestDexCachereference() local 138 AddCompiledMethod(MethodRef(1u), code, ArrayRef<const LinkerPatch>(patches)); in TestDexCachereference() 181 LinkerPatch patches[] = { in TEST_F() local 184 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 221 LinkerPatch patches[] = { in TEST_F() local 224 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 182 LinkerPatch patches[] = { in TestNopsAdrpLdr() local 187 ArrayRef<const LinkerPatch>(patches)); in TestNopsAdrpLdr() 211 LinkerPatch patches[] = { in PrepareNopsAdrpInsn2Ldr() local 216 ArrayRef<const LinkerPatch>(patches)); in PrepareNopsAdrpInsn2Ldr() 334 LinkerPatch patches[] = { in TEST_F() local 337 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F() 374 LinkerPatch patches[] = { in TEST_F() local 377 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(patches)); in TEST_F()
|
/art/compiler/linker/ |
D | relative_patcher_test.h | 72 const ArrayRef<const LinkerPatch>& patches) { in AddCompiledMethod() argument 78 patches)); in AddCompiledMethod()
|
/art/runtime/ |
D | elf_file_impl.h | 124 static void ApplyOatPatches(const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta,
|
D | elf_file.cc | 1442 const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta, in ApplyOatPatches() argument 1445 while (patches < patches_end) { in ApplyOatPatches() 1446 to_patch += DecodeUnsignedLeb128(&patches); in ApplyOatPatches() 1447 DCHECK_LE(patches, patches_end) << "Unexpected end of patch list."; in ApplyOatPatches()
|