Searched refs:ApiEvent (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | log.cc | 833 void Logger::ApiEvent(const char* format, ...) { in ApiEvent() function in v8::internal::Logger 846 ApiEvent("api,check-security"); in ApiSecurityCheck() 989 ApiEvent("api,%s,\"%s\",\"%s\"", tag, class_name.get(), in ApiNamedPropertyAccess() 995 ApiEvent("api,%s,\"%s\",symbol(hash %x)", tag, class_name.get(), hash); in ApiNamedPropertyAccess() 1000 ApiEvent("api,%s,\"%s\",symbol(\"%s\" hash %x)", tag, class_name.get(), in ApiNamedPropertyAccess() 1013 ApiEvent("api,%s,\"%s\",%u", tag, class_name.get(), index); in ApiIndexedPropertyAccess() 1022 ApiEvent("api,%s,\"%s\"", tag, class_name.get()); in ApiObjectAccess() 1028 ApiEvent("api,%s", name); in ApiEntryCall()
|
D | log.h | 307 PRINTF_FORMAT(2, 3) void ApiEvent(const char* format, ...);
|