Home | History | Annotate | Download | only in src

Lines Matching refs:uid

213   CpuProfile(const char* title, unsigned uid)
214 : title_(title), uid_(uid) { }
223 INLINE(unsigned uid() const) { return uid_; }
293 bool StartProfiling(const char* title, unsigned uid);
294 bool StartProfiling(String* title, unsigned uid);
305 CpuProfile* GetProfile(int security_token_id, unsigned uid);
331 int GetProfileIndex(unsigned uid);
636 unsigned uid);
643 unsigned uid() { return uid_; }
757 HeapSnapshot::Type type, const char* name, unsigned uid);
760 HeapSnapshot* GetSnapshot(unsigned uid);