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

  /external/v8/src/
log.cc 606 // ApiEvent is private so all the calls come from the Logger class. It is the
609 void Logger::ApiEvent(const char* format, ...) {
625 ApiEvent("api,check-security,\"%s\"\n", *str);
627 ApiEvent("api,check-security,undefined\n");
629 ApiEvent("api,check-security,['no-name']\n");
758 ApiEvent("api,check-security,%u\n", index);
772 ApiEvent("api,%s,\"%s\",\"%s\"\n", tag, *class_name, *property_name);
782 ApiEvent("api,%s,\"%s\",%u\n", tag, *class_name, index);
790 ApiEvent("api,%s,\"%s\"\n", tag, *class_name);
796 ApiEvent("api,%s\n", name)
    [all...]
log.h 362 void ApiEvent(const char* name, ...);

Completed in 48 milliseconds