Searched refs:method1_patches (Results 1 – 4 of 4) sorted by relevance
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 42 const ArrayRef<const LinkerPatch>& method1_patches, in Create2MethodsWithGap() argument 49 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches); in Create2MethodsWithGap() 194 LinkerPatch method1_patches[] = { in TEST_F() local 197 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F() 240 LinkerPatch method1_patches[] = { in TEST_F() local 245 bool thunk_in_gap = Create2MethodsWithGap(method1_code, method1_patches, in TEST_F() 280 LinkerPatch method1_patches[] = { in TEST_F() local 285 bool thunk_in_gap = Create2MethodsWithGap(method1_code, method1_patches, in TEST_F()
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 55 const ArrayRef<const LinkerPatch>& method1_patches, in Create2MethodsWithGap() argument 62 AddCompiledMethod(MethodRef(1u), method1_code, method1_patches); in Create2MethodsWithGap() 347 LinkerPatch method1_patches[] = { in TEST_F() local 350 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F() 394 LinkerPatch method1_patches[] = { in TEST_F() local 399 uint32_t last_method_idx = Create2MethodsWithGap(method1_code, method1_patches, in TEST_F() 442 LinkerPatch method1_patches[] = { in TEST_F() local 448 method1_code, method1_patches, kNopCode, ArrayRef<const LinkerPatch>(), in TEST_F()
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86_test.cc | 58 LinkerPatch method1_patches[] = { in TEST_F() local 61 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
|
/art/compiler/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 68 LinkerPatch method1_patches[] = { in TEST_F() local 71 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
|