Home
last modified time | relevance | path

Searched refs:method_offset_map_ (Results 1 – 10 of 10) sorted by relevance

/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h60 auto it = method_offset_map_.map.find(method_ref); in GetOffset()
61 return (it != method_offset_map_.map.end()) ? it->second - adjustment_ : 0u; in GetOffset()
66 method_offset_map_.map.Put(method_ref, offset + adjustment_); in SetOffset()
157 MethodOffsetMap method_offset_map_; variable
Dmulti_oat_relative_patcher.cc40 method_offset_map_(), in MultiOatRelativePatcher()
44 &method_offset_map_)), in MultiOatRelativePatcher()
Drelative_patcher_test.h46 method_offset_map_(), in RelativePatcherTest()
83 method_offset_map_.map.clear(); in Reset()
87 &method_offset_map_); in Reset()
140 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset); in Link()
174 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod()); in Link()
223 auto result = method_offset_map_.FindMethodOffset(method_ref); in CheckLinkedMethod()
365 MethodOffsetMap method_offset_map_; variable
/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/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/mips64/
Drelative_patcher_mips64_test.cc38 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
65 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in CheckPcRelativePatch()
/art/dex2oat/linker/mips/
Drelative_patcher_mips32r6_test.cc36 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
63 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in CheckPcRelativePatch()
Drelative_patcher_mips_test.cc37 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
66 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in CheckPcRelativePatch()
/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()
482 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()
/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()
650 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first); in TEST_F()