HomeSort by relevance Sort by last modified time
    Searched refs:StringEvent (Results 1 - 12 of 12) sorted by null

  /external/v8/src/
log.h 165 void StringEvent(const char* name, const char* value);
343 // Logs a StringEvent regardless of whether FLAG_log is true.
platform-openbsd.cc 157 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
platform-cygwin.cc 152 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
platform-freebsd.cc 166 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
platform-macos.cc 155 LOG(Isolate::Current(), StringEvent("OS::Allocate", "mmap failed"));
platform-solaris.cc 173 LOG(ISOLATE, StringEvent("OS::Allocate", "mmap failed"));
string-stream.cc 262 LOG(ISOLATE, StringEvent("StackDump", buffer_));
platform-linux.cc 319 StringEvent("OS::Allocate", "mmap failed"));
log.cc 379 void Logger::StringEvent(const char* name, const char* value) {
    [all...]
platform-win32.cc 897 LOG(ISOLATE, StringEvent("OS::Allocate", "VirtualAlloc failed"));
    [all...]
spaces.cc 374 StringEvent("MemoryAllocator::AllocateRawMemory",
    [all...]
  /external/v8/test/cctest/
test-log.cc 53 LOGGER->StringEvent("aaa", "bbb");
54 LOGGER->StringEvent("cccc", "dddd");
58 // See Logger::StringEvent.
101 LOGGER->StringEvent("aaa", "bbb");
102 LOGGER->StringEvent("cccc", "dddd");
103 // See Logger::StringEvent.
    [all...]

Completed in 191 milliseconds