Searched refs:profile_ptr (Results 1 – 3 of 3) sorted by relevance
72 void* profile_ptr, in HandleEvent() argument80 profile_ptr, use_profile_to_restrict_events, event_url)); in HandleEvent()89 if (profile_ptr) { in HandleEvent()90 profile = reinterpret_cast<Profile*>(profile_ptr); in HandleEvent()
38 Profile* profile_ptr = &profile; in TEST_F() local43 pickle.WriteBytes(&profile_ptr, sizeof(&profile)); in TEST_F()
446 static void DeleteCpuProfile(CpuProfile** profile_ptr) { in DeleteCpuProfile() argument447 delete *profile_ptr; in DeleteCpuProfile()