Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc282 bool thunk_in_gap = Create2MethodsWithGap(kNopCode, in TEST_F() local
287 ASSERT_FALSE(thunk_in_gap); // There should be a thunk but it should be after the method2. in TEST_F()
311 bool thunk_in_gap = Create2MethodsWithGap(method1_code, in TEST_F() local
316 ASSERT_FALSE(thunk_in_gap); // There should be no thunk. in TEST_F()
333 bool thunk_in_gap = Create2MethodsWithGap(kNopCode, in TEST_F() local
338 ASSERT_FALSE(thunk_in_gap); // There should be no thunk. in TEST_F()
355 bool thunk_in_gap = Create2MethodsWithGap(method1_code, in TEST_F() local
360 ASSERT_TRUE(thunk_in_gap); in TEST_F()
390 bool thunk_in_gap = Create2MethodsWithGap(kNopCode, in TEST_F() local
395 ASSERT_FALSE(thunk_in_gap); // There should be a thunk but it should be after the method2. in TEST_F()