HomeSort by relevance Sort by last modified time
    Searched refs:method1_offset (Results 1 - 6 of 6) sorted by null

  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 104 uint32_t method1_offset = local
107 const uint32_t gap_start = method1_offset + method1_code.size();
110 const uint32_t last_method_offset = method1_offset + distance_without_thunks;
142 CHECK_EQ(GetMethodOffset(1), method1_offset);
259 uint32_t method1_offset = GetMethodOffset(1u); local
261 auto expected_code = GenNopsAndAdrpLdr(num_nops, method1_offset, target_offset);
284 uint32_t method1_offset = GetMethodOffset(1u); local
285 auto expected_code = GenNopsAndAdrpAdd(num_nops, method1_offset, string_offset);
325 uint32_t method1_offset = GetMethodOffset(1u); local
326 auto expected_code = GenNopsAndAdrpAndUse(num_nops, method1_offset, target_offset, use_insn)
335 uint32_t method1_offset = GetMethodOffset(1u); local
376 uint32_t method1_offset = local
426 uint32_t method1_offset = local
538 uint32_t method1_offset = GetMethodOffset(1u); local
559 uint32_t method1_offset = GetMethodOffset(1u); local
582 uint32_t method1_offset = GetMethodOffset(1u); local
618 uint32_t method1_offset = GetMethodOffset(1u); local
642 uint32_t method1_offset = GetMethodOffset(1u); local
671 uint32_t method1_offset = GetMethodOffset(1u); local
702 uint32_t method1_offset = GetMethodOffset(1u); local
    [all...]
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 51 uint32_t method1_offset = local
56 const uint32_t method3_offset = method1_offset + distance_without_thunks;
60 const uint32_t method1_end = method1_offset + method1_code.size();
73 CHECK_EQ(GetMethodOffset(1), method1_offset);
190 uint32_t method1_offset = GetMethodOffset(1u); local
191 uint32_t pc_base_offset = method1_offset + kPcInsnOffset + 4u /* PC adjustment */;
240 uint32_t method1_offset = GetMethodOffset(1u); local
242 uint32_t diff_after = method2_offset - (method1_offset + 4u /* PC adjustment */);
249 uint32_t diff_before = method1_offset - (method2_offset + 4u /* PC adjustment */);
263 uint32_t method1_offset = GetMethodOffset(1u) local
362 uint32_t method1_offset = GetMethodOffset(1u); local
    [all...]
  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 108 uint32_t method1_offset = GetMethodOffset(1u); local
110 uint32_t diff_after = method2_offset - (method1_offset + kAnchorOffset /* PC adjustment */);
117 uint32_t diff_before = method1_offset - (method2_offset + kAnchorOffset /* PC adjustment */);
  /art/compiler/linker/
multi_oat_relative_patcher_test.cc 174 uint32_t method1_offset = 0x100; local
175 uint32_t method1_offset_check = patcher_.ReserveSpace(method1_offset, method, ref1);
176 ASSERT_EQ(adjustment1 + method1_offset, mock_->last_reserve_offset_);
178 ASSERT_EQ(method1_offset, method1_offset_check);
219 uint32_t method1_offset = 0x100; local
220 uint32_t method1_offset_check = patcher_.WriteThunks(&vos, method1_offset);
221 ASSERT_EQ(adjustment1 + method1_offset, mock_->last_write_offset_);
222 ASSERT_EQ(method1_offset, method1_offset_check);
  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 68 uint32_t method1_offset = GetMethodOffset(1u); local
70 uint32_t diff_after = method2_offset - (method1_offset + kCallCode.size() /* PC adjustment */);
79 uint32_t diff_before = method1_offset - (method2_offset + kCallCode.size() /* PC adjustment */);
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 88 uint32_t method1_offset = GetMethodOffset(1u); local
90 uint32_t diff_after = method2_offset - (method1_offset + kCallCode.size() /* PC adjustment */);
99 uint32_t diff_before = method1_offset - (method2_offset + kCallCode.size() /* PC adjustment */);

Completed in 442 milliseconds