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

  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 32 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
93 auto result = method_offset_map_.FindMethodOffset(MethodRef(1));
120 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
  /art/compiler/linker/x86_64/
relative_patcher_x86_64_test.cc 34 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
103 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
123 auto result = method_offset_map_.FindMethodOffset(MethodRef(1u));
  /art/compiler/linker/
relative_patcher_test.h 53 method_offset_map_(),
54 patcher_(RelativePatcher::Create(instruction_set, features_.get(), &method_offset_map_)),
98 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset);
133 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod());
168 auto result = method_offset_map_.FindMethodOffset(method_ref);
242 MethodOffsetMap method_offset_map_; member in class:art::linker::RelativePatcherTest
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 71 auto result3 = method_offset_map_.FindMethodOffset(MethodRef(3));
84 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
  /art/compiler/
oat_writer.cc 107 method_offset_map_() {
113 &method_offset_map_);
398 auto method_lb = writer_->method_offset_map_.map.lower_bound(method_ref);
399 if (method_lb != writer_->method_offset_map_.map.end() &&
400 !writer_->method_offset_map_.map.key_comp()(method_ref, method_lb->first)) {
406 writer_->method_offset_map_.map.PutBefore(method_lb, method_ref, quick_code_offset);
803 auto target_it = writer_->method_offset_map_.map.find(patch.TargetMethod());
805 (target_it != writer_->method_offset_map_.map.end()) ? target_it->second : 0u;
    [all...]
oat_writer.h 340 MethodOffsetMap method_offset_map_;
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 97 auto last_result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));
109 auto result = method_offset_map_.FindMethodOffset(MethodRef(method_idx));

Completed in 521 milliseconds