Home
last modified time | relevance | path

Searched refs:method_cache_ (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/external/
Ddex_file_ext.cc110 auto it = method_cache_.upper_bound(dex_offset); in GetMethodCacheEntryForOffset()
111 if (it != method_cache_.end() && dex_offset >= it->second.offset) { in GetMethodCacheEntryForOffset()
129 auto res = method_cache_.emplace(offset + len, art::MethodCacheEntry{offset, len, index}); in GetMethodCacheEntryForOffset()
186 std::map<uint32_t, art::MethodCacheEntry> method_cache_; // end_dex_offset -> method. member