Home
last modified time | relevance | path

Searched refs:FunctionEvent (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/logging/
Dlog.h153 void FunctionEvent(const char* reason, int script_id, double time_delta_ms,
156 void FunctionEvent(const char* reason, int script_id, double time_delta_ms,
Dlog.cc1599 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent() function in v8::internal::Logger
1610 void Logger::FunctionEvent(const char* reason, int script_id, double time_delta, in FunctionEvent() function in v8::internal::Logger
/third_party/node/deps/v8/src/parsing/
Dpreparser.cc357 logger_->FunctionEvent( in ParseFunctionLiteral()
Dparser.cc573 FunctionEvent(event_name, flags().script_id(), ms, start, end, "", 0)); in ParseProgram()
932 FunctionEvent("parse-function", flags().script_id(), ms, in ParseFunction()
2774 logger_->FunctionEvent( in ParseFunctionLiteral()
Dparser-base.h4659 logger_->FunctionEvent(event_name, flags().script_id(), ms, in ParseArrowFunctionLiteral()
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc378 FunctionEvent("deserialize", script->id(), in FinalizeDeserialization()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc316 LOG(isolate, FunctionEvent(name.c_str(), script->id(), time_taken_ms, in LogFunctionCompilation()