Searched refs:last_method_offset (Results 1 – 2 of 2) sorted by relevance
122 const uint32_t last_method_offset = method1_offset + distance_without_thunks; in Create2MethodsWithGap() local123 CHECK_ALIGNED(last_method_offset, kArm64Alignment); in Create2MethodsWithGap()124 const uint32_t gap_end = last_method_offset - sizeof(OatQuickMethodHeader); in Create2MethodsWithGap()158 if (last_result.second != last_method_offset) { in Create2MethodsWithGap()648 uint32_t last_method_offset = GetMethodOffset(last_method_idx); in TEST_F() local650 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp); in TEST_F()655 CompiledCode::AlignCode(last_method_offset + last_method_code.size(), InstructionSet::kArm64); in TEST_F()656 uint32_t diff = thunk_offset - (last_method_offset + bl_offset_in_last_method); in TEST_F()684 uint32_t last_method_offset = GetMethodOffset(last_method_idx); in TEST_F() local685 ASSERT_EQ(method1_offset + bl_offset_in_method1 + max_positive_disp, last_method_offset); in TEST_F()[all …]
155 const uint32_t last_method_offset = method1_offset + distance_without_thunks; in Create2MethodsWithGap() local156 CHECK_ALIGNED(last_method_offset, kArmAlignment); in Create2MethodsWithGap()157 const uint32_t gap_end = last_method_offset - sizeof(OatQuickMethodHeader); in Create2MethodsWithGap()191 if (last_result.second != last_method_offset + 1 /* thumb mode */) { in Create2MethodsWithGap()480 uint32_t last_method_offset = GetMethodOffset(last_method_idx); in TEST_F() local482 last_method_offset + bl_offset_in_last_method - just_over_max_negative_disp); in TEST_F()487 last_method_offset + last_method_code.size(), InstructionSet::kThumb2); in TEST_F()489 thunk_offset - (last_method_offset + bl_offset_in_last_method + 4u /* PC adjustment */); in TEST_F()537 uint32_t last_method_offset = GetMethodOffset(last_method_idx); in TEST_F() local538 ASSERT_EQ(method1_offset, last_method_offset + bl_offset_in_last_method - max_negative_disp); in TEST_F()[all …]