Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h465 inline void ArtMethod::SetDexCacheResolvedMethods(mirror::PointerArray* new_dex_cache_methods) { in SetDexCacheResolvedMethods() function
Dart_method.h239 ALWAYS_INLINE void SetDexCacheResolvedMethods(mirror::PointerArray* new_dex_cache_methods)
Dclass_linker.cc2395 dst->SetDexCacheResolvedMethods(klass->GetDexCache()->GetResolvedMethods()); in LoadMethod()
/art/patchoat/
Dpatchoat.cc648 copy->SetDexCacheResolvedMethods(RelocatedAddressOfPointer(object->GetDexCacheResolvedMethods())); in FixupMethod()
/art/compiler/
Dimage_writer.cc1387 copy->SetDexCacheResolvedMethods(GetImageAddress(orig->GetDexCacheResolvedMethods())); in CopyAndFixupMethod()