Searched refs:last_result (Results 1 – 2 of 2) sorted by relevance
155 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap() local156 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()
188 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap() local189 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()