Home
last modified time | relevance | path

Searched refs:kProgramEntryName (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dprofile-generator.h430 static const char* const kProgramEntryName; variable
Dprofile-generator.cc828 const char* const ProfileGenerator::kProgramEntryName = member in v8::internal::ProfileGenerator
837 profiles->NewCodeEntry(Logger::FUNCTION_TAG, kProgramEntryName)), in ProfileGenerator()