| AddPathToCurrentProfiles(base::TimeTicks timestamp, const ProfileStackTrace &path, int src_line, bool update_stats, base::TimeDelta sampling_interval, StateTag state, EmbedderStateTag embedder_state_tag, Address native_context_address=kNullAddress, Address native_embedder_context_address=kNullAddress, const std::optional< uint64_t > trace_id=std::nullopt) | v8::internal::CpuProfilesCollection | |
| CpuProfilesCollection(Isolate *isolate) | v8::internal::CpuProfilesCollection | explicit |
| CpuProfilesCollection(const CpuProfilesCollection &)=delete | v8::internal::CpuProfilesCollection | |
| current_profiles_ | v8::internal::CpuProfilesCollection | private |
| current_profiles_mutex_ | v8::internal::CpuProfilesCollection | private |
| finished_profiles_ | v8::internal::CpuProfilesCollection | private |
| GetCommonSamplingInterval() | v8::internal::CpuProfilesCollection | |
| GetName(Tagged< Name > name) | v8::internal::CpuProfilesCollection | inline |
| IsLastProfileLeft(ProfilerId id) | v8::internal::CpuProfilesCollection | |
| isolate_ | v8::internal::CpuProfilesCollection | private |
| kMaxSimultaneousProfiles | v8::internal::CpuProfilesCollection | static |
| last_id_ | v8::internal::CpuProfilesCollection | privatestatic |
| Lookup(const char *title) | v8::internal::CpuProfilesCollection | |
| operator=(const CpuProfilesCollection &)=delete | v8::internal::CpuProfilesCollection | |
| profiler_ | v8::internal::CpuProfilesCollection | private |
| profiles() | v8::internal::CpuProfilesCollection | inline |
| RemoveProfile(CpuProfile *profile) | v8::internal::CpuProfilesCollection | |
| resource_names_ | v8::internal::CpuProfilesCollection | private |
| set_cpu_profiler(CpuProfiler *profiler) | v8::internal::CpuProfilesCollection | inline |
| StartProfiling(const char *title=nullptr, CpuProfilingOptions options={}, std::unique_ptr< DiscardedSamplesDelegate > delegate=nullptr) | v8::internal::CpuProfilesCollection | |
| StartProfiling(ProfilerId id, const char *title=nullptr, CpuProfilingOptions options={}, std::unique_ptr< DiscardedSamplesDelegate > delegate=nullptr) | v8::internal::CpuProfilesCollection | private |
| StartProfilingForTesting(ProfilerId id) | v8::internal::CpuProfilesCollection | |
| StopProfiling(ProfilerId id) | v8::internal::CpuProfilesCollection | |
| UpdateNativeContextAddressForCurrentProfiles(Address from, Address to) | v8::internal::CpuProfilesCollection | |