Searched refs:LogExistingFunction (Results 1 – 2 of 2) sorted by relevance
94 void LogExistingFunction(Handle<SharedFunctionInfo> shared,271 void LogExistingFunction(Handle<SharedFunctionInfo> shared,
1885 void Logger::LogExistingFunction(Handle<SharedFunctionInfo> shared, in LogExistingFunction() function in v8::internal::Logger1887 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