Home
last modified time | relevance | path

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

/external/v8/src/logging/
Dlog.h96 void LogExistingFunction(Handle<SharedFunctionInfo> shared,
268 void LogExistingFunction(Handle<SharedFunctionInfo> shared,
Dlog.cc1936 void Logger::LogExistingFunction(Handle<SharedFunctionInfo> shared, in LogExistingFunction() function in v8::internal::Logger
1938 existing_code_logger_.LogExistingFunction(shared, code); in LogExistingFunction()
2244 LogExistingFunction( in LogCompiledFunctions()
2252 LogExistingFunction(sfis[i], code_objects[i]); in LogCompiledFunctions()
2265 void ExistingCodeLogger::LogExistingFunction( in LogExistingFunction() function in v8::internal::ExistingCodeLogger