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.h382 void VisitPackedArtMethods(const Visitor& visitor,
Dclass_linker.cc1747 header.VisitPackedArtMethods([&](ArtMethod& method) in Update()
2033 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in VerifyAppImage()
2191 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in AddImageSpace()
2204 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in AddImageSpace()
2210 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in AddImageSpace()
/art/runtime/jit/
Djit.cc1090 header.VisitPackedArtMethods([&](ArtMethod& method) NO_THREAD_SAFETY_ANALYSIS { in MapBootImageMethods()
/art/imgdiag/
Dimgdiag.cc731 RegionCommon<ArtMethod>::image_header_.VisitPackedArtMethods(*visitor, base, pointer_size); in VisitEntries()
/art/runtime/gc/space/
Dimage_space.cc1532 image_header->VisitPackedArtMethods([&](ArtMethod& method) NO_THREAD_SAFETY_ANALYSIS { in RelocateInPlace()
2872 image_header.VisitPackedArtMethods([&](ArtMethod& method) in DoRelocateSpaces()
/art/oatdump/
Doatdump.cc1956 image_header_.VisitPackedArtMethods([&](ArtMethod& method) in Dump()