Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-log.cc53 LOGGER->StringEvent("aaa", "bbb"); in TEST()
54 LOGGER->StringEvent("cccc", "dddd"); in TEST()
101 LOGGER->StringEvent("aaa", "bbb"); in TEST()
102 LOGGER->StringEvent("cccc", "dddd"); in TEST()
/external/v8/src/
Dlog.h165 void StringEvent(const char* name, const char* value);
Dplatform-openbsd.cc157 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dstring-stream.cc262 LOG(ISOLATE, StringEvent("StackDump", buffer_)); in Log()
Dplatform-cygwin.cc152 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dplatform-solaris.cc173 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dplatform-freebsd.cc166 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dplatform-macos.cc155 LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dplatform-linux.cc319 StringEvent("OS::Allocate", "mmap failed")); in Allocate()
Dplatform-win32.cc897 LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed")); in Allocate()
Dlog.cc379 void Logger::StringEvent(const char* name, const char* value) { in StringEvent() function in v8::internal::Logger
Dspaces.cc374 StringEvent("MemoryAllocator::AllocateRawMemory", in AllocateRawMemory()