Home
last modified time | relevance | path

Searched refs:LogRuntime (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dlog.h268 void LogRuntime(Vector<const char> format, JSArray* args);
Dlog.cc558 void Logger::LogRuntime(Vector<const char> format, JSArray* args) { in LogRuntime() function in v8::internal::Logger
Druntime.cc11888 LOGGER->LogRuntime(chars, elms); in RUNTIME_FUNCTION()