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 60 auto it = method_offset_map_.map.find(method_ref);
61 return (it != method_offset_map_.map.end()) ? it->second - adjustment_ : 0u;
66 method_offset_map_.map.Put(method_ref, offset + adjustment_);
157 MethodOffsetMap method_offset_map_; member in class:art::linker::final
relative_patcher_test.h 46 method_offset_map_(),
83 method_offset_map_.map.clear();
87 &method_offset_map_);
140 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset);
174 auto result = method_offset_map_.FindMethodOffset(patch.TargetMethod());
223 auto result = method_offset_map_.FindMethodOffset(method_ref);
365 MethodOffsetMap method_offset_map_; member in class:art::linker::RelativePatcherTest

Completed in 894 milliseconds