Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc185 MethodDexCacheType* resolved_methods, in Init() argument
197 CHECK_EQ(num_resolved_methods != 0u, resolved_methods != nullptr); in Init()
206 SetResolvedMethods(resolved_methods); in Init()
Ddex_cache-inl.h236 auto* resolved_methods = GetResolvedMethods(); in ClearResolvedMethod() local
239 if (GetNativePairPtrSize(resolved_methods, slot_idx, ptr_size).index == method_idx) { in ClearResolvedMethod()
241 SetNativePairPtrSize(resolved_methods, slot_idx, cleared, ptr_size); in ClearResolvedMethod()
Ddex_cache.h346 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods() argument
349 SetFieldPtr<false>(ResolvedMethodsOffset(), resolved_methods); in SetResolvedMethods()
453 MethodDexCacheType* resolved_methods,
/art/runtime/
Dclass_linker.h688 resolved_methods(nullptr), in DexCacheData()
703 mirror::MethodDexCacheType* resolved_methods; member
Dclass_linker.cc1123 mirror::MethodDexCacheType* resolved_methods = in Visit() local
1125 if (resolved_methods != nullptr) { in Visit()
1129 reinterpret_cast<const uint8_t*>(resolved_methods) - header_.GetImageBegin()); in Visit()
1133 << resolved_methods << " is not in image starting at " in Visit()
3557 data.resolved_methods = dex_cache->GetResolvedMethods(); in RegisterDexFileLocked()
6909 auto* resolved_methods = klass_->GetDexCache()->GetResolvedMethods(); in CheckNoStaleMethodsInDexCache() local
6911 auto pair = mirror::DexCache::GetNativePairPtrSize(resolved_methods, i, pointer_size); in CheckNoStaleMethodsInDexCache()
9053 proxy_method->HasSameDexCacheResolvedMethods(data.resolved_methods, pointer_size)) { in FindMethodForProxy()
/art/oatdump/
Doatdump.cc2243 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in DumpObject() local
2246 resolved_methods, i, image_pointer_size).object; in DumpObject()
2251 resolved_methods, j, image_pointer_size).object; in DumpObject()
/art/compiler/
Dimage_writer.cc1033 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in PruneAndPreloadDexCache() local
1039 mirror::DexCache::GetNativePairPtrSize(resolved_methods, slot_idx, target_ptr_size_); in PruneAndPreloadDexCache()