Searched refs:method2_patches (Results 1 - 4 of 4) sorted by relevance

/art/compiler/linker/x86/
H A Drelative_patcher_x86_test.cc63 LinkerPatch method2_patches[] = { local
66 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
/art/compiler/linker/x86_64/
H A Drelative_patcher_x86_64_test.cc83 LinkerPatch method2_patches[] = { local
86 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc366 const LinkerPatch method2_patches[] = { local
369 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc549 const LinkerPatch method2_patches[] = { local
552 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));

Completed in 443 milliseconds