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/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() 442 const LinkerPatch method1_patches[] = { in TEST_F() local 445 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F() 525 const LinkerPatch method1_patches[] = { in TEST_F() local 531 ArrayRef<const LinkerPatch>(method1_patches), in TEST_F() 573 const LinkerPatch method1_patches[] = { in TEST_F() local 580 ArrayRef<const LinkerPatch>(method1_patches), in TEST_F() 1369 const LinkerPatch method1_patches[] = { in TEST_F() local 1374 AddCompiledMethod(MethodRef(1u), code1, 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() 605 const LinkerPatch method1_patches[] = { in TEST_F() local 608 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F() 685 const LinkerPatch method1_patches[] = { in TEST_F() local 691 ArrayRef<const LinkerPatch>(method1_patches), in TEST_F() 737 const LinkerPatch method1_patches[] = { in TEST_F() local 744 ArrayRef<const LinkerPatch>(method1_patches), in TEST_F() 1462 const LinkerPatch method1_patches[] = { in TEST_F() local 1467 AddCompiledMethod(MethodRef(1u), code1, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
|