HomeSort by relevance Sort by last modified time
    Searched full:last_method_offset (Results 1 - 2 of 2) sorted by null

  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 118 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...]
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 861 uint32_t last_method_offset = GetMethodOffset(5u); local
962 uint32_t last_method_offset = GetMethodOffset(5u); local
    [all...]

Completed in 310 milliseconds