Searched defs:resolved_methods_ (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/runtime/mirror/ | ||
H A D | dex_cache.h | 586 uint64_t resolved_methods_; // NativeDexCacheArray holding ArtMethod's variable |
/aosp_15_r20/art/dex2oat/driver/ | ||
H A D | compiler_driver.cc | 241 size_t resolved_methods_[kMaxInvokeType + 1] = {}; member in art::CompilerDriver::AOTCompilationStats |