Searched refs:FunctionEvent (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/logging/ |
D | log.h | 153 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,
|
D | log.cc | 1599 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/ |
D | preparser.cc | 357 logger_->FunctionEvent( in ParseFunctionLiteral()
|
D | parser.cc | 573 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()
|
D | parser-base.h | 4659 logger_->FunctionEvent(event_name, flags().script_id(), ms, in ParseArrowFunctionLiteral()
|
/third_party/node/deps/v8/src/snapshot/ |
D | code-serializer.cc | 378 FunctionEvent("deserialize", script->id(), in FinalizeDeserialization()
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.cc | 316 LOG(isolate, FunctionEvent(name.c_str(), script->id(), time_taken_ms, in LogFunctionCompilation()
|