Searched refs:resolved_methods (Results 1 – 7 of 7) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache.cc | 185 MethodDexCacheType* resolved_methods, in Init() argument 197 CHECK_EQ(num_resolved_methods != 0u, resolved_methods != nullptr); in Init() 206 SetResolvedMethods(resolved_methods); in Init()
|
D | dex_cache-inl.h | 236 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()
|
D | dex_cache.h | 346 void SetResolvedMethods(MethodDexCacheType* resolved_methods) in SetResolvedMethods() argument 349 SetFieldPtr<false>(ResolvedMethodsOffset(), resolved_methods); in SetResolvedMethods() 453 MethodDexCacheType* resolved_methods,
|
/art/runtime/ |
D | class_linker.h | 688 resolved_methods(nullptr), in DexCacheData() 703 mirror::MethodDexCacheType* resolved_methods; member
|
D | class_linker.cc | 1123 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/ |
D | oatdump.cc | 2243 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/ |
D | image_writer.cc | 1033 mirror::MethodDexCacheType* resolved_methods = dex_cache->GetResolvedMethods(); in PruneAndPreloadDexCache() local 1039 mirror::DexCache::GetNativePairPtrSize(resolved_methods, slot_idx, target_ptr_size_); in PruneAndPreloadDexCache()
|