Searched refs:FindMethodOffset (Results 1 – 9 of 9) sorted by relevance
36 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()
32 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()
62 std::pair<bool, uint32_t> MultiOatRelativePatcher::MethodOffsetMap::FindMethodOffset( in FindMethodOffset() function in art::linker::MultiOatRelativePatcher::MethodOffsetMap
153 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
55 virtual std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) = 0;
125 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) OVERRIDE;
75 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()
161 auto result = provider_->FindMethodOffset(patch_ref); in ReserveSpaceProcessPatches()
107 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()