Searched refs:StringEvent (Results 1 – 12 of 12) sorted by relevance
/external/v8/test/cctest/ |
D | test-log.cc | 104 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/ |
D | log.h | 168 void StringEvent(const char* name, const char* value);
|
D | string-stream.cc | 264 LOG(ISOLATE, StringEvent("StackDump", buffer_)); in Log()
|
D | platform-cygwin.cc | 159 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | platform-solaris.cc | 187 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | platform-freebsd.cc | 175 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | platform-macos.cc | 162 LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | platform-openbsd.cc | 194 StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | platform-linux.cc | 374 StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | platform-win32.cc | 936 LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed")); in Allocate()
|
D | log.cc | 559 void Logger::StringEvent(const char* name, const char* value) { in StringEvent() function in v8::internal::Logger
|
D | spaces.cc | 506 StringEvent("MemoryAllocator::AllocateRawMemory", in AllocateChunk()
|