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

  /external/chromium_org/v8/src/
log.cc 858 // ApiEvent is private so all the calls come from the Logger class. It is the
861 void Logger::ApiEvent(const char* format, ...) {
877 ApiEvent("api,check-security,\"%s\"", str.get());
881 ApiEvent("api,check-security,symbol(hash %x)", Symbol::cast(key)->Hash());
885 ApiEvent("api,check-security,symbol(\"%s\" hash %x)", str.get(),
889 ApiEvent("api,check-security,undefined");
891 ApiEvent("api,check-security,['no-name']");
1034 ApiEvent("api,check-security,%u", index);
1049 ApiEvent("api,%s,\"%s\",\"%s\"", tag, class_name.get(),
1055 ApiEvent("api,%s,\"%s\",symbol(hash %x)", tag, class_name.get(), hash)
    [all...]
log.h 374 void ApiEvent(const char* name, ...);

Completed in 55 milliseconds