Searched refs:copyAndRewriteEmbeddedProfile (Results 1 – 8 of 8) sorted by relevance
/art/artd/binder/com/android/server/art/ |
D | IArtd.aidl | 72 com.android.server.art.CopyAndRewriteProfileResult copyAndRewriteEmbeddedProfile( in copyAndRewriteEmbeddedProfile() method
|
/art/libartservice/service/javatests/com/android/server/art/ |
D | SecondaryDexopterTest.java | 303 .when(mArtd.copyAndRewriteEmbeddedProfile(any(), any())) in prepareProfiles()
|
D | PrimaryDexopterTest.java | 122 .when(mArtd.copyAndRewriteEmbeddedProfile(any(), any())) in setUp() 995 .when(mArtd.copyAndRewriteEmbeddedProfile(any(), eq(dexPath))) in makeEmbeddedProfileUsable()
|
D | ArtManagerLocalTest.java | 281 .when(mArtd.copyAndRewriteEmbeddedProfile(any(), any())) in setUp() 961 when(mArtd.copyAndRewriteEmbeddedProfile(any(), eq(dexPath))) in testSnapshotAppProfileFromEmbeddedProfile() 988 verify(mArtd, never()).copyAndRewriteEmbeddedProfile(any(), eq(dexPath)); in testSnapshotAppProfileDisableEmbeddedProfile()
|
/art/libartservice/service/java/com/android/server/art/ |
D | Utils.java | 433 "embedded profile", () -> artd.copyAndRewriteEmbeddedProfile(output, dexPath))); in initReferenceProfile()
|
/art/artd/ |
D | artd.h | 138 ndk::ScopedAStatus copyAndRewriteEmbeddedProfile(
|
D | artd_test.cc | 483 ndk::ScopedAStatus status = artd_->copyAndRewriteEmbeddedProfile(&dst, dex_file_, &result); in RunCopyAndRewriteEmbeddedProfile() 2931 TEST_F(ArtdPreRebootTest, copyAndRewriteEmbeddedProfile) { in TEST_F() argument
|
D | artd.cc | 740 ndk::ScopedAStatus Artd::copyAndRewriteEmbeddedProfile(OutputProfile* in_dst, in copyAndRewriteEmbeddedProfile() function in art::artd::Artd
|