D | log.cc | 729 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::Logger 755 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, String* name) { in CodeCreateEvent() function in v8::internal::Logger 774 void Logger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::Logger 798 void Logger::CodeCreateEvent(LogEventsAndTags tag, Code* code, int args_count) { in CodeCreateEvent() function in v8::internal::Logger 1295 LOG(CodeCreateEvent(tag, code_object, description)); in LogCodeObject() 1329 LOG(CodeCreateEvent(Logger::LAZY_COMPILE_TAG, in LogCompiledFunctions() 1334 LOG(CodeCreateEvent(Logger::SCRIPT_TAG, in LogCompiledFunctions() 1338 LOG(CodeCreateEvent( in LogCompiledFunctions() 1353 LOG(CodeCreateEvent( in LogCompiledFunctions()
|