Searched refs:ApiEvent (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | log.cc | 818 void Logger::ApiEvent(const char* format, ...) { in ApiEvent() function in v8::internal::Logger 831 ApiEvent("api,check-security"); in ApiSecurityCheck() 908 ApiEvent("api,%s,\"%s\",\"%s\"", tag, class_name.get(), in TIMER_EVENTS_LIST() 914 ApiEvent("api,%s,\"%s\",symbol(hash %x)", tag, class_name.get(), hash); in TIMER_EVENTS_LIST() 919 ApiEvent("api,%s,\"%s\",symbol(\"%s\" hash %x)", tag, class_name.get(), in TIMER_EVENTS_LIST() 932 ApiEvent("api,%s,\"%s\",%u", tag, class_name.get(), index); in ApiIndexedPropertyAccess() 941 ApiEvent("api,%s,\"%s\"", tag, class_name.get()); in ApiObjectAccess() 947 ApiEvent("api,%s", name); in ApiEntryCall()
|
D | log.h | 295 PRINTF_FORMAT(2, 3) void ApiEvent(const char* format, ...);
|