Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc188 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap() local
189 CHECK(last_result.first); in Create2MethodsWithGap()
191 if (last_result.second != last_method_offset + 1 /* thumb mode */) { in Create2MethodsWithGap()
196 CHECK_EQ(last_result.second, in Create2MethodsWithGap()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc155 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap() local
156 CHECK(last_result.first); in Create2MethodsWithGap()
158 if (last_result.second != last_method_offset) { in Create2MethodsWithGap()
163 CHECK_EQ(last_result.second, header_offset + sizeof(OatQuickMethodHeader)); in Create2MethodsWithGap()