Home
last modified time | relevance | path

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

/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.h1144 return inline_cache_; in GetInlineCache()
1154 SafeMap<TypeReference, InlineCacheInfo, TypeReferenceValueComparator> inline_cache_; variable
H A Dprofile_compilation_info.cc3097 inline_cache_.FindOrAdd(TypeReference(dex_file, target.class_idx_))->second; in ExtractInlineCacheInfo()
3182 InlineCacheInfo& val = inline_cache_.FindOrAdd(target)->second; in MergeInlineCacheInfo()