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

/external/v8/src/
H A Dprofile-generator.h310 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
312 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, const char* name);
313 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
315 CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, int args_count);
316 CodeEntry* NewCodeEntry(int security_token_id);
397 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, function in class:v8::internal::ProfileGenerator
401 return profiles_->NewCodeEntry(tag, name, resource_name, line_number);
404 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, function in class:v8::internal::ProfileGenerator
406 return profiles_->NewCodeEntry(tag, name);
409 INLINE(CodeEntry* NewCodeEntry(Logge function in class:v8::internal::ProfileGenerator
415 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag, function in class:v8::internal::ProfileGenerator
420 INLINE(CodeEntry* NewCodeEntry(int security_token_id)) { function in class:v8::internal::ProfileGenerator
[all...]
H A Dprofile-generator.cc772 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfilesCollection
787 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfilesCollection
800 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfilesCollection
814 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfilesCollection
874 profiles->NewCodeEntry(Logger::FUNCTION_TAG, kProgramEntryName)),
876 profiles->NewCodeEntry(Logger::BUILTIN_TAG,

Completed in 62 milliseconds