Home
last modified time | relevance | path

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

/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64_test.cc37 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
118 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
142 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
166 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
/art/dex2oat/linker/x86/
Drelative_patcher_x86_test.cc33 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
98 auto result = method_offset_map_.FindMethodOffset(MethodRef(1)); in TEST_F()
129 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
161 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc76 std::pair<bool, uint32_t> MultiOatRelativePatcher::MethodOffsetMap::FindMethodOffset( in FindMethodOffset() function in art::linker::MultiOatRelativePatcher::MethodOffsetMap
Drelative_patcher.h81 virtual std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) = 0;
Drelative_patcher_test.h173 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod()); in Link()
228 auto result = method_offset_map_.FindMethodOffset(method_ref); in CheckLinkedMethod()
370 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) override { in FindMethodOffset() function
Dmulti_oat_relative_patcher.h159 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) override;
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc188 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap()
203 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
483 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()
Drelative_patcher_arm_base.cc500 auto result = target_provider_->FindMethodOffset(target_method); in ResolveMethodCalls()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc155 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap()
169 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
651 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()