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

  /art/dex2oat/linker/
multi_oat_relative_patcher.h 57 auto it = method_offset_map_.map.find(method_ref);
58 return (it != method_offset_map_.map.end()) ? it->second - adjustment_ : 0u;
63 method_offset_map_.map.Put(method_ref, offset + adjustment_);
140 MethodOffsetMap method_offset_map_; member in class:art::linker::FINAL
  /art/compiler/linker/
relative_patcher_test.h 60 method_offset_map_(),
61 patcher_(RelativePatcher::Create(instruction_set, features_.get(), &method_offset_map_)),
119 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset);
153 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod());
202 auto result = method_offset_map_.FindMethodOffset(method_ref);
275 MethodOffsetMap method_offset_map_; member in class:art::linker::RelativePatcherTest

Completed in 155 milliseconds