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

  /external/v8/src/
cpu-profiler.cc 76 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
96 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
113 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
351 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
353 Isolate::Current()->cpu_profiler()->processor_->CodeCreateEvent(
358 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
361 isolate->cpu_profiler()->processor_->CodeCreateEvent(
372 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
377 isolate->cpu_profiler()->processor_->CodeCreateEvent(
388 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag
    [all...]
log.cc 864 void Logger::CodeCreateEvent(LogEventsAndTags tag,
899 void Logger::CodeCreateEvent(LogEventsAndTags tag,
939 void Logger::CodeCreateEvent(LogEventsAndTags tag,
980 void Logger::CodeCreateEvent(LogEventsAndTags tag,
1024 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) {
    [all...]

Completed in 42 milliseconds