Lines Matching refs:CpuProfilesCollection
573 std::atomic<ProfilerId> CpuProfilesCollection::last_id_{0};
1050 CpuProfilesCollection::CpuProfilesCollection(Isolate* isolate)
1055 CpuProfilingResult CpuProfilesCollection::StartProfilingForTesting(
1060 CpuProfilingResult CpuProfilesCollection::StartProfiling(
1066 CpuProfilingResult CpuProfilesCollection::StartProfiling(
1104 CpuProfile* CpuProfilesCollection::StopProfiling(ProfilerId id) {
1123 CpuProfile* CpuProfilesCollection::Lookup(const char* title) {
1146 bool CpuProfilesCollection::IsLastProfileLeft(ProfilerId id) {
1154 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) {
1174 base::TimeDelta CpuProfilesCollection::GetCommonSamplingInterval() const {
1196 void CpuProfilesCollection::AddPathToCurrentProfiles(
1227 void CpuProfilesCollection::UpdateNativeContextAddressForCurrentProfiles(