Home
last modified time | relevance | path

Searched refs:method2_patches (Results 1 – 5 of 5) sorted by relevance

/art/compiler/linker/mips64/
Drelative_patcher_mips64_test.cc100 LinkerPatch method2_patches[] = { in TEST_F() local
105 ArrayRef<const LinkerPatch>(method2_patches)); in TEST_F()
/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc62 LinkerPatch method2_patches[] = { in TEST_F() local
65 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches)); in TEST_F()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc82 LinkerPatch method2_patches[] = { in TEST_F() local
85 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches)); in TEST_F()
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc234 LinkerPatch method2_patches[] = { in TEST_F() local
237 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches)); in TEST_F()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc532 const LinkerPatch method2_patches[] = { in TEST_F() local
535 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches)); in TEST_F()