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

  /external/v8/src/
log.cc 872 // ApiEvent is private so all the calls come from the Logger class. It is the
875 void Logger::ApiEvent(const char* format, ...) {
888 ApiEvent("api,check-security");
1032 ApiEvent("api,%s,\"%s\",\"%s\"", tag, class_name.get(),
1038 ApiEvent("api,%s,\"%s\",symbol(hash %x)", tag, class_name.get(), hash);
1043 ApiEvent("api,%s,\"%s\",symbol(\"%s\" hash %x)", tag, class_name.get(),
1056 ApiEvent("api,%s,\"%s\",%u", tag, class_name.get(), index);
1065 ApiEvent("api,%s,\"%s\"", tag, class_name.get());
1071 ApiEvent("api,%s", name);
    [all...]
log.h 366 void ApiEvent(const char* name, ...);

Completed in 3205 milliseconds