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

/external/chromium_org/v8/src/
H A Dcpu-profiler.cc197 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
211 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
225 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code, function in class:v8::internal::CpuProfiler
251 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code, function in class:v8::internal::CpuProfiler
277 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
H A Dlog.cc160 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
169 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
178 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
190 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
212 void CodeEventLogger::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
1176 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
1179 PROFILER_LOG(CodeCreateEvent(tag, code, comment));
1182 CALL_LISTENERS(CodeCreateEvent(tag, code, comment));
1192 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
1195 PROFILER_LOG(CodeCreateEvent(ta
1214 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
1246 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
1277 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
[all...]

Completed in 56 milliseconds