Searched refs:method1_patches (Results 1 – 4 of 4) sorted by relevance
/art/dex2oat/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 79 LinkerPatch method1_patches[] = { in TEST_F() local 82 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86_test.cc | 59 LinkerPatch method1_patches[] = { in TEST_F() local 62 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 111 const ArrayRef<const LinkerPatch>& method1_patches, in Create2MethodsWithGap() argument 118 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches); in Create2MethodsWithGap() 591 const LinkerPatch method1_patches[] = { in TEST_F() local 594 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F() 671 const LinkerPatch method1_patches[] = { in TEST_F() local 677 ArrayRef<const LinkerPatch>(method1_patches), in TEST_F() 723 const LinkerPatch method1_patches[] = { in TEST_F() local 730 ArrayRef<const LinkerPatch>(method1_patches), in TEST_F() 1437 const LinkerPatch method1_patches[] = { in TEST_F() local 1442 AddCompiledMethod(MethodRef(1u), code1, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 144 const ArrayRef<const LinkerPatch>& method1_patches, in Create2MethodsWithGap() argument 151 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches); in Create2MethodsWithGap() 421 const LinkerPatch method1_patches[] = { in TEST_F() local 424 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F() 504 const LinkerPatch method1_patches[] = { in TEST_F() local 510 ArrayRef<const LinkerPatch>(method1_patches), in TEST_F() 552 const LinkerPatch method1_patches[] = { in TEST_F() local 559 ArrayRef<const LinkerPatch>(method1_patches), in TEST_F() 1333 const LinkerPatch method1_patches[] = { in TEST_F() local 1338 AddCompiledMethod(MethodRef(1u), code1, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
|