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

  /art/compiler/linker/mips/
relative_patcher_mips32r6_test.cc 34 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
59 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
relative_patcher_mips_test.cc 38 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
64 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
  /art/compiler/linker/
multi_oat_relative_patcher.cc 62 std::pair<bool, uint32_t> MultiOatRelativePatcher::MethodOffsetMap::FindMethodOffset(
relative_patcher.h 46 * ReserveSpace() which in turn can use FindMethodOffset() to determine if a method already
55 virtual std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) = 0;
relative_patcher_test.h 155 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod());
204 auto result = method_offset_map_.FindMethodOffset(method_ref);
257 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) OVERRIDE {
multi_oat_relative_patcher.h 132 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) OVERRIDE;
  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 32 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
97 auto result = method_offset_map_.FindMethodOffset(MethodRef(1));
126 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
159 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 36 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
117 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
139 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
164 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
  /art/compiler/linker/mips64/
relative_patcher_mips64_test.cc 36 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
66 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 75 auto result3 = method_offset_map_.FindMethodOffset(MethodRef(3));
91 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
288 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first);
relative_patcher_arm_base.cc 406 auto result = provider_->FindMethodOffset(target_method);
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 143 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
156 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
586 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first);
    [all...]

Completed in 1564 milliseconds