Searched refs:thunk_in_gap (Results 1 – 1 of 1) sorted by relevance
282 bool thunk_in_gap = Create2MethodsWithGap(kNopCode, in TEST_F() local287 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() local316 ASSERT_FALSE(thunk_in_gap); // There should be no thunk. in TEST_F()333 bool thunk_in_gap = Create2MethodsWithGap(kNopCode, in TEST_F() local338 ASSERT_FALSE(thunk_in_gap); // There should be no thunk. in TEST_F()355 bool thunk_in_gap = Create2MethodsWithGap(method1_code, in TEST_F() local360 ASSERT_TRUE(thunk_in_gap); in TEST_F()390 bool thunk_in_gap = Create2MethodsWithGap(kNopCode, in TEST_F() local395 ASSERT_FALSE(thunk_in_gap); // There should be a thunk but it should be after the method2. in TEST_F()