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

  /external/v8/src/
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_;
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...]
cpu-profiler.h 23 class CpuProfilesCollection;
197 CpuProfilesCollection* test_collection,
260 CpuProfilesCollection* profiles_;
cpu-profiler.cc 374 profiles_(new CpuProfilesCollection(isolate->heap())),
382 CpuProfilesCollection* test_profiles,
409 profiles_ = new CpuProfilesCollection(isolate()->heap());
  /external/v8/test/cctest/
test-profile-generator.cc 42 using i::CpuProfilesCollection;
404 CpuProfilesCollection profiles(CcTest::heap());
470 CpuProfilesCollection profiles(CcTest::heap());
518 CpuProfilesCollection profiles(CcTest::heap());
600 CpuProfilesCollection collection(CcTest::heap());
602 CpuProfilesCollection::kMaxSimultaneousProfiles> titles;
603 for (int i = 0; i < CpuProfilesCollection::kMaxSimultaneousProfiles; ++i) {
610 for (int i = 0; i < CpuProfilesCollection::kMaxSimultaneousProfiles; ++i)
test-cpu-profiler.cc 42 using i::CpuProfilesCollection;
54 CpuProfilesCollection profiles(isolate->heap());
141 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap());
202 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap());
271 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap());
    [all...]

Completed in 749 milliseconds