Searched refs:isPartialProfile (Results 1 – 6 of 6) sorted by relevance
96 bool isPartialProfile() const { return Partial; } in isPartialProfile() function99 assert(isPartialProfile() && "Unexpected when not partial profile"); in setPartialProfileRatio()
116 EXPECT_FALSE(PS->isPartialProfile()); in TEST()122 EXPECT_EQ(true, PS->isPartialProfile()); in TEST()
85 const bool IsPartialProfile = Summary.isPartialProfile(); in verifyProfileSummary()95 ASSERT_EQ(IsPartialProfile, Summary.isPartialProfile()); in verifyProfileSummary()
95 getKeyValMD(Context, "IsPartialProfile", isPartialProfile())); in getMD()
819 !ProfileSummary->isPartialProfile()) in setPartialSampleProfileRatio()
377 (PartialProfile || Summary->isPartialProfile()); in hasPartialSampleProfile()