Searched refs:LogRuntime (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dlog.h271 void LogRuntime(Vector<const char> format, JSArray* args);
H A Dlog.cc712 void Logger::LogRuntime(Vector<const char> format, JSArray* args) { function in class:v8::internal::Logger
H A Druntime.cc13204 LOGGER->LogRuntime(chars, elms);
/external/chromium_org/v8/src/
H A Dlog.h344 void LogRuntime(Vector<const char> format, JSArray* args);
H A Dlog.cc1194 void Logger::LogRuntime(Vector<const char> format, function in class:v8::internal::Logger
H A Druntime.cc14558 isolate->logger()->LogRuntime(Vector<const char>::cast(chars), elms);

Completed in 246 milliseconds