Lines Matching refs:CpuProfile
5178 void CpuProfile::Delete() { in Delete()
5181 i::CpuProfiler::DeleteProfile(reinterpret_cast<i::CpuProfile*>(this)); in Delete()
5190 unsigned CpuProfile::GetUid() const { in GetUid()
5193 return reinterpret_cast<const i::CpuProfile*>(this)->uid(); in GetUid()
5197 Handle<String> CpuProfile::GetTitle() const { in GetTitle()
5200 const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this); in GetTitle()
5206 const CpuProfileNode* CpuProfile::GetBottomUpRoot() const { in GetBottomUpRoot()
5209 const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this); in GetBottomUpRoot()
5214 const CpuProfileNode* CpuProfile::GetTopDownRoot() const { in GetTopDownRoot()
5217 const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this); in GetTopDownRoot()
5229 const CpuProfile* CpuProfiler::GetProfile(int index, in GetProfile()
5233 return reinterpret_cast<const CpuProfile*>( in GetProfile()
5240 const CpuProfile* CpuProfiler::FindProfile(unsigned uid, in FindProfile()
5244 return reinterpret_cast<const CpuProfile*>( in FindProfile()
5258 const CpuProfile* CpuProfiler::StopProfiling(Handle<String> title, in StopProfiling()
5262 return reinterpret_cast<const CpuProfile*>( in StopProfiling()