Searched refs:FindMethodOffset (Results 1 – 12 of 12) sorted by relevance
32 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()
36 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()
37 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()64 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in CheckPcRelativePatch()
36 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()65 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in CheckPcRelativePatch()
36 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()63 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in CheckPcRelativePatch()
62 std::pair<bool, uint32_t> MultiOatRelativePatcher::MethodOffsetMap::FindMethodOffset( in FindMethodOffset() function in art::linker::MultiOatRelativePatcher::MethodOffsetMap
156 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
55 virtual std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) = 0;
132 std::pair<bool, uint32_t> FindMethodOffset(MethodReference ref) OVERRIDE;
417 auto result = provider_->FindMethodOffset(target_method); in ResolveMethodCalls()
168 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()
150 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()