HomeSort by relevance Sort by last modified time
    Searched defs:CpuProfilesCollection (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
profile-generator.cc 435 CpuProfilesCollection::CpuProfilesCollection(Heap* heap)
451 CpuProfilesCollection::~CpuProfilesCollection() {
458 bool CpuProfilesCollection::StartProfiling(const char* title,
479 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) {
498 bool CpuProfilesCollection::IsLastProfile(const char* title) {
507 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) {
519 void CpuProfilesCollection::AddPathToCurrentProfiles(
532 CodeEntry* CpuProfilesCollection::NewCodeEntry
    [all...]
profile-generator.h 256 class CpuProfilesCollection {
258 explicit CpuProfilesCollection(Heap* heap);
259 ~CpuProfilesCollection();
303 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
309 explicit ProfileGenerator(CpuProfilesCollection* profiles);
325 CpuProfilesCollection* profiles_;

Completed in 183 milliseconds