Home
last modified time | relevance | path

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

/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()
139 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
164 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
/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()
126 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
159 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
/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.h153 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod()); in Link()
197 auto result = method_offset_map_.FindMethodOffset(method_ref); in CheckLinkedMethod()
250 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.h125 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) OVERRIDE;
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc75 auto result3 = method_offset_map_.FindMethodOffset(MethodRef(3)); in Create2MethodsWithGap()
88 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
279 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()
Drelative_patcher_arm_base.cc161 auto result = provider_->FindMethodOffset(patch_ref); in ReserveSpaceProcessPatches()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc107 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap()
119 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
530 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()