Searched defs:ProfileGenerator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dprofile-generator.cc550 const char* const ProfileGenerator::kProgramEntryName =
552 const char* const ProfileGenerator::kIdleEntryName =
554 const char* const ProfileGenerator::kGarbageCollectorEntryName =
556 const char* const ProfileGenerator::kUnresolvedFunctionName =
560 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) function in class:v8::internal::ProfileGenerator
575 void ProfileGenerator::RecordTickSample(const TickSample& sample) {
651 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) {
H A Dprofile-generator.h307 class ProfileGenerator { class in namespace:v8::internal
309 explicit ProfileGenerator(CpuProfilesCollection* profiles);
332 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);

Completed in 1895 milliseconds