HomeSort by relevance Sort by last modified time
    Searched refs:StringEvent (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
log.h 165 static void StringEvent(const char* name, const char* value);
330 // Logs a StringEvent regardless of whether FLAG_log is true.
platform-macos.cc 144 LOG(StringEvent("OS::Allocate", "mmap failed"));
platform-openbsd.cc 150 LOG(StringEvent("OS::Allocate", "mmap failed"));
platform-solaris.cc 145 LOG(StringEvent("OS::Allocate", "mmap failed"));
platform-freebsd.cc 151 LOG(StringEvent("OS::Allocate", "mmap failed"));
platform-linux.cc 220 LOG(StringEvent("OS::Allocate", "mmap failed"));
string-stream.cc 263 LOG(StringEvent("StackDump", buffer_));
log.cc 373 void Logger::StringEvent(const char* name, const char* value) {
    [all...]
platform-win32.cc 848 LOG(StringEvent("OS::Allocate", "VirtualAlloc failed"));
    [all...]
  /external/v8/test/cctest/
test-log.cc 50 Logger::StringEvent("aaa", "bbb");
51 Logger::StringEvent("cccc", "dddd");
57 // See Logger::StringEvent.
104 Logger::StringEvent("aaa", "bbb");
105 Logger::StringEvent("cccc", "dddd");
106 // See Logger::StringEvent.
    [all...]

Completed in 102 milliseconds