Searched defs:method_offset_map_ (Results 1 - 2 of 2) sorted by relevance

/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher.h57 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/
H A Drelative_patcher_test.h60 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 139 milliseconds