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

  /external/v8/src/profiler/
profile-generator.h 118 static const char* const kIdleEntryName;
profile-generator.cc 52 const char* const CodeEntry::kIdleEntryName = "(idle)";
74 return new CodeEntry(Logger::FUNCTION_TAG, CodeEntry::kIdleEntryName);
  /external/v8/test/cctest/
test-cpu-profiler.cc     [all...]

Completed in 921 milliseconds