Home
last modified time | relevance | path

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

/art/artd/binder/com/android/server/art/
DIArtd.aidl72 com.android.server.art.CopyAndRewriteProfileResult copyAndRewriteEmbeddedProfile( in copyAndRewriteEmbeddedProfile() method
/art/libartservice/service/javatests/com/android/server/art/
DSecondaryDexopterTest.java303 .when(mArtd.copyAndRewriteEmbeddedProfile(any(), any())) in prepareProfiles()
DPrimaryDexopterTest.java122 .when(mArtd.copyAndRewriteEmbeddedProfile(any(), any())) in setUp()
995 .when(mArtd.copyAndRewriteEmbeddedProfile(any(), eq(dexPath))) in makeEmbeddedProfileUsable()
DArtManagerLocalTest.java281 .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/
DUtils.java433 "embedded profile", () -> artd.copyAndRewriteEmbeddedProfile(output, dexPath))); in initReferenceProfile()
/art/artd/
Dartd.h138 ndk::ScopedAStatus copyAndRewriteEmbeddedProfile(
Dartd_test.cc483 ndk::ScopedAStatus status = artd_->copyAndRewriteEmbeddedProfile(&dst, dex_file_, &result); in RunCopyAndRewriteEmbeddedProfile()
2931 TEST_F(ArtdPreRebootTest, copyAndRewriteEmbeddedProfile) { in TEST_F() argument
Dartd.cc740 ndk::ScopedAStatus Artd::copyAndRewriteEmbeddedProfile(OutputProfile* in_dst, in copyAndRewriteEmbeddedProfile() function in art::artd::Artd