HomeSort by relevance Sort by last modified time
    Searched refs:LogEventsAndTags (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
log-inl.h 37 Logger::LogEventsAndTags Logger::ToNativeByScript(Logger::LogEventsAndTags tag,
cpu-profiler.h 136 void CallbackCreateEvent(Logger::LogEventsAndTags tag,
139 void CodeCreateEvent(Logger::LogEventsAndTags tag,
144 void CodeCreateEvent(Logger::LogEventsAndTags tag,
147 void CodeCreateEvent(Logger::LogEventsAndTags tag,
153 void RegExpCodeCreateEvent(Logger::LogEventsAndTags tag,
177 INLINE(static bool FilterOutCodeCreateEvent(Logger::LogEventsAndTags tag));
226 static void CodeCreateEvent(Logger::LogEventsAndTags tag,
228 static void CodeCreateEvent(Logger::LogEventsAndTags tag,
230 static void CodeCreateEvent(Logger::LogEventsAndTags tag,
234 static void CodeCreateEvent(Logger::LogEventsAndTags tag
    [all...]
profile-generator-inl.h 46 CodeEntry::CodeEntry(Logger::LogEventsAndTags tag,
62 bool CodeEntry::is_js_function_tag(Logger::LogEventsAndTags tag) {
log.h 145 enum LogEventsAndTags {
219 void CodeCreateEvent(LogEventsAndTags tag,
221 void CodeCreateEvent(LogEventsAndTags tag,
223 void CodeCreateEvent(LogEventsAndTags tag,
227 void CodeCreateEvent(LogEventsAndTags tag,
231 void CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count);
294 INLINE(static LogEventsAndTags ToNativeByScript(LogEventsAndTags, Script*));
324 void MoveEventInternal(LogEventsAndTags event, Address from, Address to);
327 void DeleteEventInternal(LogEventsAndTags event, Address from)
    [all...]
cpu-profiler-inl.h 68 Logger::LogEventsAndTags tag) {
cpu-profiler.cc 59 void ProfilerEventsProcessor::CallbackCreateEvent(Logger::LogEventsAndTags tag,
76 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
96 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
113 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
155 Logger::LogEventsAndTags tag,
351 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
358 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
372 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
388 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
403 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag
    [all...]
profile-generator.h 97 INLINE(CodeEntry(Logger::LogEventsAndTags tag,
114 INLINE(static bool is_js_function_tag(Logger::LogEventsAndTags tag));
123 Logger::LogEventsAndTags tag_;
310 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);
397 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
404 INLINE(CodeEntry* NewCodeEntry(Logger::LogEventsAndTags tag,
409 INLINE(CodeEntry* NewCodeEntry(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) {
1135 void Logger::MoveEventInternal(LogEventsAndTags event,
    [all...]
compiler.h 323 static void RecordFunctionCompilation(Logger::LogEventsAndTags tag,
compiler.cc 787 void Compiler::RecordFunctionCompilation(Logger::LogEventsAndTags tag,
profile-generator.cc 772 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
787 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
800 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
814 CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag,
    [all...]

Completed in 266 milliseconds