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

  /external/v8/src/
log.cc 411 // ApiEvent is private so all the calls come from the Logger class. It is the
414 void Logger::ApiEvent(const char* format, ...) {
432 ApiEvent("api,check-security,\"%s\"\n", *str);
434 ApiEvent("api,check-security,undefined\n");
436 ApiEvent("api,check-security,['no-name']\n");
572 ApiEvent("api,check-security,%u\n", index);
588 Logger::ApiEvent("api,%s,\"%s\",\"%s\"\n", tag, *class_name, *property_name);
600 Logger::ApiEvent("api,%s,\"%s\",%u\n", tag, *class_name, index);
610 Logger::ApiEvent("api,%s,\"%s\"\n", tag, *class_name);
618 Logger::ApiEvent("api,%s\n", name)
    [all...]
log.h 328 static void ApiEvent(const char* name, ...);

Completed in 123 milliseconds