Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_ext.cc48 struct MethodCacheEntry { struct
108 art::MethodCacheEntry* GetMethodCacheEntryForOffset(int64_t dex_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.
349 art::MethodCacheEntry* entry = ext_dex_file->GetMethodCacheEntryForOffset(dex_offset); in ExtDexFileGetMethodInfoForOffset()