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

  /external/v8/test/cctest/
test-log.cc 104 LOGGER->StringEvent("test-start", "");
106 LOGGER->StringEvent("test-profiler-start", "");
114 LOGGER->StringEvent("test-profiler-stop", "");
117 LOGGER->StringEvent("test-profiler-start-2", "");
125 LOGGER->StringEvent("test-profiler-stop-2", "");
126 LOGGER->StringEvent("test-stop", "");
498 LOGGER->StringEvent("test-logging-done", "");
502 LOGGER->StringEvent("test-traversal-done", "");
  /external/v8/src/
log.h 168 void StringEvent(const char* name, const char* value);
364 // Logs a StringEvent regardless of whether FLAG_log is true.
platform-cygwin.cc 159 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
platform-macos.cc 162 LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed"));
platform-solaris.cc 187 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
string-stream.cc 264 LOG(ISOLATE, StringEvent("StackDump", buffer_));
platform-freebsd.cc 175 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
platform-linux.cc 374 StringEvent("OS::Allocate", "mmap failed"));
    [all...]
platform-openbsd.cc 194 StringEvent("OS::Allocate", "mmap failed"));
log.cc 559 void Logger::StringEvent(const char* name, const char* value) {
    [all...]
platform-win32.cc 936 LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed"));
    [all...]
spaces.cc 506 StringEvent("MemoryAllocator::AllocateRawMemory",
    [all...]

Completed in 174 milliseconds