Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc42 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/
Drelative_patcher_arm64_test.cc55 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/
Drelative_patcher_x86_test.cc58 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/
Drelative_patcher_x86_64_test.cc68 LinkerPatch method1_patches[] = { in TEST_F() local
71 AddCompiledMethod(MethodRef(1u), kCallCode, ArrayRef<const LinkerPatch>(method1_patches)); in TEST_F()