Home
last modified time | relevance | path

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

/art/runtime/oat/
Dimage-inl.h65 inline void ImageHeader::VisitPackedArtMethods(const Visitor& visitor, in VisitPackedArtMethods() function
Djni_stub_hash_map_test.cc300 header.VisitPackedArtMethods(visitor, space->Begin(), ptr_size); in TEST_F()
Dimage.h387 void VisitPackedArtMethods(const Visitor& visitor,
/art/runtime/jit/
Djit.cc1025 header.VisitPackedArtMethods([&](ArtMethod& method) NO_THREAD_SAFETY_ANALYSIS { in MapBootImageMethods()
/art/imgdiag/
Dimgdiag.cc920 RegionCommon<ArtMethod>::image_header_.VisitPackedArtMethods(*visitor, base, pointer_size); in VisitEntries()
/art/runtime/
Dclass_linker.cc1787 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()
/art/runtime/gc/space/
Dimage_space.cc1398 image_header->VisitPackedArtMethods([&](ArtMethod& method) NO_THREAD_SAFETY_ANALYSIS { in RelocateInPlace()
2603 image_header.VisitPackedArtMethods([&](ArtMethod& method) in DoRelocateSpaces()
/art/oatdump/
Doatdump.cc1933 image_header_.VisitPackedArtMethods([&](ArtMethod& method) in Dump()