Searched refs:VisitPackedArtMethods (Results 1 – 8 of 8) sorted by relevance
65 inline void ImageHeader::VisitPackedArtMethods(const Visitor& visitor, in VisitPackedArtMethods() function
300 header.VisitPackedArtMethods(visitor, space->Begin(), ptr_size); in TEST_F()
387 void VisitPackedArtMethods(const Visitor& visitor,
1025 header.VisitPackedArtMethods([&](ArtMethod& method) NO_THREAD_SAFETY_ANALYSIS { in MapBootImageMethods()
920 RegionCommon<ArtMethod>::image_header_.VisitPackedArtMethods(*visitor, base, pointer_size); in VisitEntries()
1787 header.VisitPackedArtMethods([&](ArtMethod& method) in Update()2084 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in VerifyAppImage()2269 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in AddImageSpace()2294 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in AddImageSpace()2302 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in AddImageSpace()2328 header.VisitPackedArtMethods([&](ArtMethod& method) REQUIRES_SHARED(Locks::mutator_lock_) { in AddImageSpace()
1398 image_header->VisitPackedArtMethods([&](ArtMethod& method) NO_THREAD_SAFETY_ANALYSIS { in RelocateInPlace()2603 image_header.VisitPackedArtMethods([&](ArtMethod& method) in DoRelocateSpaces()
1933 image_header_.VisitPackedArtMethods([&](ArtMethod& method) in Dump()