Home
last modified time | relevance | path

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

/art/runtime/
Dimage-inl.h65 inline void ImageHeader::VisitPackedArtMethods(const Visitor& visitor, in VisitPackedArtMethods() function
Dimage.h387 void VisitPackedArtMethods(const Visitor& visitor,
Dclass_linker.cc1718 header.VisitPackedArtMethods([&](ArtMethod& method) in Update()
2013 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in VerifyAppImage()
2196 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in AddImageSpace()
2213 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in AddImageSpace()
2221 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in AddImageSpace()
2247 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in AddImageSpace()
/art/runtime/jit/
Djit.cc1140 header.VisitPackedArtMethods([&](ArtMethod& method) NO_THREAD_SAFETY_ANALYSIS { in MapBootImageMethods()
/art/imgdiag/
Dimgdiag.cc749 RegionCommon<ArtMethod>::image_header_.VisitPackedArtMethods(*visitor, base, pointer_size); in VisitEntries()
/art/runtime/gc/space/
Dimage_space.cc1383 image_header->VisitPackedArtMethods([&](ArtMethod& method) NO_THREAD_SAFETY_ANALYSIS { in RelocateInPlace()
2581 image_header.VisitPackedArtMethods([&](ArtMethod& method) in DoRelocateSpaces()
/art/oatdump/
Doatdump.cc1902 image_header_.VisitPackedArtMethods([&](ArtMethod& method) in Dump()