StringEvent 168 src/log.h void StringEvent(const char* name, const char* value); StringEvent 145 src/platform-cygwin.cc LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); StringEvent 161 src/platform-freebsd.cc LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); StringEvent 340 src/platform-linux.cc StringEvent("OS::Allocate", "mmap failed")); StringEvent 152 src/platform-macos.cc LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed")); StringEvent 184 src/platform-openbsd.cc StringEvent("OS::Allocate", "mmap failed")); StringEvent 175 src/platform-solaris.cc LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); StringEvent 921 src/platform-win32.cc LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed")); StringEvent 506 src/spaces.cc StringEvent("MemoryAllocator::AllocateRawMemory", StringEvent 264 src/string-stream.cc LOG(ISOLATE, StringEvent("StackDump", buffer_)); StringEvent 104 test/cctest/test-log.cc LOGGER->StringEvent("test-start", ""); StringEvent 106 test/cctest/test-log.cc LOGGER->StringEvent("test-profiler-start", ""); StringEvent 114 test/cctest/test-log.cc LOGGER->StringEvent("test-profiler-stop", ""); StringEvent 117 test/cctest/test-log.cc LOGGER->StringEvent("test-profiler-start-2", ""); StringEvent 125 test/cctest/test-log.cc LOGGER->StringEvent("test-profiler-stop-2", ""); StringEvent 126 test/cctest/test-log.cc LOGGER->StringEvent("test-stop", ""); StringEvent 498 test/cctest/test-log.cc LOGGER->StringEvent("test-logging-done", ""); StringEvent 502 test/cctest/test-log.cc LOGGER->StringEvent("test-traversal-done", "");