Searched refs:last_method_patches (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2_test.cc | 146 const ArrayRef<const LinkerPatch>& last_method_patches, in Create2MethodsWithGap() argument 183 AddCompiledMethod(MethodRef(method_idx), last_method_code, last_method_patches); in Create2MethodsWithGap() 468 const LinkerPatch last_method_patches[] = { in TEST_F() local 477 ArrayRef<const LinkerPatch>(last_method_patches), in TEST_F() 526 const LinkerPatch last_method_patches[] = { in TEST_F() local 534 ArrayRef<const LinkerPatch>(last_method_patches), in TEST_F() 597 const LinkerPatch last_method_patches[] = { in TEST_F() local 606 ArrayRef<const LinkerPatch>(last_method_patches), in TEST_F() 1381 const LinkerPatch last_method_patches[] = { in TEST_F() local 1388 ArrayRef<const LinkerPatch>(last_method_patches)); in TEST_F()
|
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64_test.cc | 113 const ArrayRef<const LinkerPatch>& last_method_patches, in Create2MethodsWithGap() argument 150 AddCompiledMethod(MethodRef(method_idx), last_method_code, last_method_patches); in Create2MethodsWithGap() 636 const LinkerPatch last_method_patches[] = { in TEST_F() local 645 ArrayRef<const LinkerPatch>(last_method_patches), in TEST_F() 697 const LinkerPatch last_method_patches[] = { in TEST_F() local 705 ArrayRef<const LinkerPatch>(last_method_patches), in TEST_F() 767 const LinkerPatch last_method_patches[] = { in TEST_F() local 774 ArrayRef<const LinkerPatch>(last_method_patches), in TEST_F() 1486 const LinkerPatch last_method_patches[] = { in TEST_F() local 1493 ArrayRef<const LinkerPatch>(last_method_patches)); in TEST_F()
|