Home
last modified time | relevance | path

Searched refs:method1_patches (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64_test.cc79 LinkerPatch method1_patches[] = { in TEST_F() local
82 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
/art/dex2oat/linker/x86/
Drelative_patcher_x86_test.cc59 LinkerPatch method1_patches[] = { in TEST_F() local
62 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc144 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/
Drelative_patcher_arm64_test.cc111 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()