HomeSort by relevance Sort by last modified time
    Searched refs:method2_patches (Results 1 - 5 of 5) sorted by null

  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 100 LinkerPatch method2_patches[] = { local
105 ArrayRef<const LinkerPatch>(method2_patches));
  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 62 LinkerPatch method2_patches[] = { local
65 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 82 LinkerPatch method2_patches[] = { local
85 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 234 LinkerPatch method2_patches[] = { local
237 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 532 const LinkerPatch method2_patches[] = { local
535 AddCompiledMethod(MethodRef(2u), kCallCode, ArrayRef<const LinkerPatch>(method2_patches));
    [all...]

Completed in 242 milliseconds