Lines Matching refs:CpuProfile
5856 void CpuProfile::Delete() {
5858 IsDeadCheck(isolate, "v8::CpuProfile::Delete");
5859 i::CpuProfiler::DeleteProfile(reinterpret_cast<i::CpuProfile*>(this));
5868 unsigned CpuProfile::GetUid() const {
5870 IsDeadCheck(isolate, "v8::CpuProfile::GetUid");
5871 return reinterpret_cast<const i::CpuProfile*>(this)->uid();
5875 Handle<String> CpuProfile::GetTitle() const {
5877 IsDeadCheck(isolate, "v8::CpuProfile::GetTitle");
5878 const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this);
5884 const CpuProfileNode* CpuProfile::GetBottomUpRoot() const {
5886 IsDeadCheck(isolate, "v8::CpuProfile::GetBottomUpRoot");
5887 const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this);
5892 const CpuProfileNode* CpuProfile::GetTopDownRoot() const {
5894 IsDeadCheck(isolate, "v8::CpuProfile::GetTopDownRoot");
5895 const i::CpuProfile* profile = reinterpret_cast<const i::CpuProfile*>(this);
5907 const CpuProfile* CpuProfiler::GetProfile(int index,
5911 return reinterpret_cast<const CpuProfile*>(
5918 const CpuProfile* CpuProfiler::FindProfile(unsigned uid,
5922 return reinterpret_cast<const CpuProfile*>(
5936 const CpuProfile* CpuProfiler::StopProfiling(Handle<String> title,
5940 return reinterpret_cast<const CpuProfile*>(