Home
last modified time | relevance | path

Searched refs:LogExistingFunction (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/logging/
Dlog.h94 void LogExistingFunction(Handle<SharedFunctionInfo> shared,
271 void LogExistingFunction(Handle<SharedFunctionInfo> shared,
Dlog.cc1885 void Logger::LogExistingFunction(Handle<SharedFunctionInfo> shared, in LogExistingFunction() function in v8::internal::Logger
1887 existing_code_logger_.LogExistingFunction(shared, code); in LogExistingFunction()
2232 LogExistingFunction( in LogCompiledFunctions()
2239 LogExistingFunction(shared, Handle<AbstractCode>( in LogCompiledFunctions()
2246 LogExistingFunction(pair.first, pair.second); in LogCompiledFunctions()
2263 void ExistingCodeLogger::LogExistingFunction( in LogExistingFunction() function in v8::internal::ExistingCodeLogger