Home
last modified time | relevance | path

Searched refs:FindMethodOffset (Results 1 – 12 of 12) sorted by relevance

/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc32 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
97 auto result = method_offset_map_.FindMethodOffset(MethodRef(1)); in TEST_F()
128 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
160 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc36 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
117 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
141 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
165 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
/art/compiler/linker/mips64/
Drelative_patcher_mips64_test.cc37 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
64 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in CheckPcRelativePatch()
/art/compiler/linker/mips/
Drelative_patcher_mips_test.cc36 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
65 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in CheckPcRelativePatch()
Drelative_patcher_mips32r6_test.cc36 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
63 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in CheckPcRelativePatch()
/art/compiler/linker/
Dmulti_oat_relative_patcher.cc62 std::pair<bool, uint32_t> MultiOatRelativePatcher::MethodOffsetMap::FindMethodOffset( in FindMethodOffset() function in art::linker::MultiOatRelativePatcher::MethodOffsetMap
Drelative_patcher_test.h156 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod()); in Link()
206 auto result = method_offset_map_.FindMethodOffset(method_ref); in CheckLinkedMethod()
259 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) OVERRIDE { in FindMethodOffset() function
Drelative_patcher.h55 virtual std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) = 0;
Dmulti_oat_relative_patcher.h132 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) OVERRIDE;
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc417 auto result = provider_->FindMethodOffset(target_method); in ResolveMethodCalls()
Drelative_patcher_thumb2_test.cc168 auto result3 = method_offset_map_.FindMethodOffset(MethodRef(3)); in Create2MethodsWithGap()
184 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
418 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc150 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap()
163 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
600 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()