Home
last modified time | relevance | path

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

/art/compiler/linker/
Drelative_patcher_test.h53 method_offset_map_(), in RelativePatcherTest()
54 patcher_(RelativePatcher::Create(instruction_set, features_.get(), &method_offset_map_)), in RelativePatcherTest()
98 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset); in Link()
133 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod()); in Link()
168 auto result = method_offset_map_.FindMethodOffset(method_ref); in CheckLinkedMethod()
242 MethodOffsetMap method_offset_map_; variable
/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc32 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
93 auto result = method_offset_map_.FindMethodOffset(MethodRef(1)); in TEST_F()
120 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc34 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
103 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
123 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u)); in TEST_F()
/art/compiler/
Doat_writer.cc107 method_offset_map_() { in OatWriter()
113 &method_offset_map_); in OatWriter()
398 auto method_lb = writer_->method_offset_map_.map.lower_bound(method_ref); in VisitMethod()
399 if (method_lb != writer_->method_offset_map_.map.end() && in VisitMethod()
400 !writer_->method_offset_map_.map.key_comp()(method_ref, method_lb->first)) { in VisitMethod()
406 writer_->method_offset_map_.map.PutBefore(method_lb, method_ref, quick_code_offset); in VisitMethod()
803 auto target_it = writer_->method_offset_map_.map.find(patch.TargetMethod()); in GetTargetOffset()
805 (target_it != writer_->method_offset_map_.map.end()) ? target_it->second : 0u; in GetTargetOffset()
Doat_writer.h340 MethodOffsetMap method_offset_map_; variable
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc71 auto result3 = method_offset_map_.FindMethodOffset(MethodRef(3)); in Create2MethodsWithGap()
84 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc97 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap()
109 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()