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

  /external/v8/src/
profile-generator.h 306 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
308 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, const char* name);
309 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
311 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, int args_count);
312 CodeEntry* NewCodeEntry(int security_token_id);
393 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
397 return profiles_->NewCodeEntry(tag, name, resource_name, line_number);
400 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
402 return profiles_->NewCodeEntry(tag, name);
405 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag
    [all...]
profile-generator.cc 735 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
750 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
763 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
777 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
837 profiles->NewCodeEntry(Logger::FUNCTION_TAG, kProgramEntryName)),
839 profiles->NewCodeEntry(Logger::BUILTIN_TAG,
    [all...]

Completed in 153 milliseconds