Home
last modified time | relevance | path

Searched refs:StringEvent (Results 1 – 12 of 12) sorted by relevance

/external/v8/test/cctest/
Dtest-log.cc104 LOGGER->StringEvent("test-start", ""); in TEST()
106 LOGGER->StringEvent("test-profiler-start", ""); in TEST()
114 LOGGER->StringEvent("test-profiler-stop", ""); in TEST()
117 LOGGER->StringEvent("test-profiler-start-2", ""); in TEST()
125 LOGGER->StringEvent("test-profiler-stop-2", ""); in TEST()
126 LOGGER->StringEvent("test-stop", ""); in TEST()
498 LOGGER->StringEvent("test-logging-done", ""); in TEST()
502 LOGGER->StringEvent("test-traversal-done", ""); in TEST()
/external/v8/src/
Dlog.h168 void StringEvent(const char* name, const char* value);
Dstring-stream.cc264 LOG(ISOLATE, StringEvent("StackDump", buffer_)); in Log()
Dplatform-cygwin.cc159 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dplatform-solaris.cc187 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dplatform-freebsd.cc175 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dplatform-macos.cc162 LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dplatform-openbsd.cc194 StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dplatform-linux.cc374 StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dplatform-win32.cc936 LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed")); in Allocate()
Dlog.cc559 void Logger::StringEvent(const char* name, const char* value) { in StringEvent() function in v8::internal::Logger
Dspaces.cc506 StringEvent("MemoryAllocator::AllocateRawMemory", in AllocateChunk()