HomeSort by relevance Sort by last modified time
    Searched refs:method_offset_map_ (Results 1 - 7 of 7) sorted by null

  /art/compiler/linker/
multi_oat_relative_patcher.h 58 auto it = method_offset_map_.map.find(method_ref);
59 return (it != method_offset_map_.map.end()) ? it->second - adjustment_ : 0u;
64 method_offset_map_.map.Put(method_ref, offset + adjustment_);
129 MethodOffsetMap method_offset_map_; member in class:art::linker::FINAL
multi_oat_relative_patcher.cc 28 : method_offset_map_(),
30 linker::RelativePatcher::Create(instruction_set, features, &method_offset_map_)),
relative_patcher_test.h 67 method_offset_map_(),
68 patcher_(RelativePatcher::Create(instruction_set, features_.get(), &method_offset_map_)),
118 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset);
153 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod());
197 auto result = method_offset_map_.FindMethodOffset(method_ref);
271 MethodOffsetMap method_offset_map_; member in class:art::linker::RelativePatcherTest
  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 32 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
97 auto result = method_offset_map_.FindMethodOffset(MethodRef(1));
126 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
159 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 36 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
117 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
139 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
164 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 75 auto result3 = method_offset_map_.FindMethodOffset(MethodRef(3));
88 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
279 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first);
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 107 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
119 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
530 ASSERT_FALSE(method_offset_map_.FindMethodOffset(MethodRef(missing_method_index)).first);
    [all...]

Completed in 417 milliseconds