Searched defs:last_method_offset (Results 1 - 2 of 2) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc861 uint32_t last_method_offset = GetMethodOffset(5u); local
862 EXPECT_EQ(2 * MB, last_method_offset - first_method_offset);
962 uint32_t last_method_offset = GetMethodOffset(5u); local
963 EXPECT_EQ(2 * MB, last_method_offset - first_method_offset);
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc118 const uint32_t last_method_offset = method1_offset + distance_without_thunks; local
119 CHECK_ALIGNED(last_method_offset, kArm64Alignment);
120 const uint32_t gap_end = last_method_offset - sizeof(OatQuickMethodHeader);
154 if (last_result.second != last_method_offset) {
600 uint32_t last_method_offset = GetMethodOffset(last_method_idx); local
602 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp);
607 CompiledCode::AlignCode(last_method_offset + last_method_code.size(), InstructionSet::kArm64);
608 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method);
636 uint32_t last_method_offset = GetMethodOffset(last_method_idx); local
637 ASSERT_EQ(method1_offset + bl_offset_in_method1 + max_positive_disp, last_method_offset);
660 uint32_t last_method_offset = GetMethodOffset(last_method_idx); local
689 uint32_t last_method_offset = GetMethodOffset(last_method_idx); local
719 uint32_t last_method_offset = GetMethodOffset(last_method_idx); local
1051 uint32_t last_method_offset = GetMethodOffset(5u); local
[all...]

Completed in 10 milliseconds