Searched refs:StringEvent (Results 1 – 12 of 12) sorted by relevance
/external/v8/test/cctest/ |
D | test-log.cc | 53 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/ |
D | log.h | 165 void StringEvent(const char* name, const char* value);
|
D | platform-openbsd.cc | 157 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | string-stream.cc | 262 LOG(ISOLATE, StringEvent("StackDump", buffer_)); in Log()
|
D | platform-cygwin.cc | 152 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | platform-solaris.cc | 173 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | platform-freebsd.cc | 166 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | platform-macos.cc | 155 LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | platform-linux.cc | 319 StringEvent("OS::Allocate", "mmap failed")); in Allocate()
|
D | platform-win32.cc | 897 LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed")); in Allocate()
|
D | log.cc | 379 void Logger::StringEvent(const char* name, const char* value) { in StringEvent() function in v8::internal::Logger
|
D | spaces.cc | 374 StringEvent("MemoryAllocator::AllocateRawMemory", in AllocateRawMemory()
|