Searched refs:FindMethodOffset (Results 1 – 10 of 10) sorted by relevance
37 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()
33 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()
76 std::pair<bool, uint32_t> MultiOatRelativePatcher::MethodOffsetMap::FindMethodOffset( in FindMethodOffset() function in art::linker::MultiOatRelativePatcher::MethodOffsetMap
81 virtual std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) = 0;
175 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod()); in Link()239 auto result = method_offset_map_.FindMethodOffset(method_ref); in CheckLinkedMethod()381 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) override { in FindMethodOffset() function
159 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) override;
64 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
188 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap()203 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()504 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()
500 auto result = target_provider_->FindMethodOffset(target_method); in ResolveMethodCalls()
155 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap()169 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()665 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()