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

  /external/v8/test/cctest/
test-log.cc 475 logger->StringEvent("test-logging-done", "");
479 logger->StringEvent("test-traversal-done", "");
  /external/v8/src/
log.h 177 void StringEvent(const char* name, const char* value);
368 // Logs a StringEvent regardless of whether FLAG_log is true.
string-stream.cc 262 LOG(isolate, StringEvent("StackDump", buffer_));
log.cc 825 void Logger::StringEvent(const char* name, const char* value) {
    [all...]
  /external/v8/src/heap/
spaces.cc 622 LOG(isolate_, StringEvent("MemoryAllocator::AllocateRawMemory",
    [all...]

Completed in 161 milliseconds