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

  /external/v8/src/
log.cc 815 // ApiEvent is private so all the calls come from the Logger class. It is the
818 void Logger::ApiEvent(const char* format, ...) {
831 ApiEvent("api,check-security");
908 ApiEvent("api,%s,\"%s\",\"%s\"", tag, class_name.get(),
914 ApiEvent("api,%s,\"%s\",symbol(hash %x)", tag, class_name.get(), hash);
919 ApiEvent("api,%s,\"%s\",symbol(\"%s\" hash %x)", tag, class_name.get(),
932 ApiEvent("api,%s,\"%s\",%u", tag, class_name.get(), index);
941 ApiEvent("api,%s,\"%s\"", tag, class_name.get());
947 ApiEvent("api,%s", name);
    [all...]
log.h 286 PRINTF_FORMAT(2, 3) void ApiEvent(const char* format, ...);

Completed in 50 milliseconds