Searched refs:method_offset_map_ (Results 1 – 7 of 7) sorted by relevance
53 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
32 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()
34 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()
107 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()
340 MethodOffsetMap method_offset_map_; variable
71 auto result3 = method_offset_map_.FindMethodOffset(MethodRef(3)); in Create2MethodsWithGap()84 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()
97 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in Create2MethodsWithGap()109 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx)); in GetMethodOffset()