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

/external/v8/src/
H A Dcpu-profiler.cc76 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::ProfilerEventsProcessor
96 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::ProfilerEventsProcessor
113 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::ProfilerEventsProcessor
351 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
353 Isolate::Current()->cpu_profiler()->processor_->CodeCreateEvent(
358 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
361 isolate->cpu_profiler()->processor_->CodeCreateEvent(
372 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
377 isolate->cpu_profiler()->processor_->CodeCreateEvent(
388 void CpuProfiler::CodeCreateEvent(Logge function in class:v8::internal::CpuProfiler
403 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, function in class:v8::internal::CpuProfiler
[all...]
H A Dlog.cc864 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
899 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
939 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
980 void Logger::CodeCreateEvent(LogEventsAndTags tag, function in class:v8::internal::Logger
1024 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) { function in class:v8::internal::Logger
1443 PROFILE(ISOLATE, CodeCreateEvent(tag, code_object, description));
1547 CodeCreateEvent(
1554 CodeCreateEvent(
1560 CodeCreateEvent(
1576 CodeCreateEvent(
[all...]

Completed in 51 milliseconds