Home
last modified time | relevance | path

Searched refs:TRACE_HANDLER_STATS (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ic/
Dic-compiler.cc62 TRACE_HANDLER_STATS(isolate(), in CompileKeyedStorePolymorphicHandlers()
71 TRACE_HANDLER_STATS(isolate(), KeyedStoreIC_SlowStub); in CompileKeyedStorePolymorphicHandlers()
93 TRACE_HANDLER_STATS(isolate(), KeyedStoreIC_KeyedStoreSloppyArgumentsStub); in CompileKeyedStoreMonomorphicHandler()
97 TRACE_HANDLER_STATS(isolate(), KeyedStoreIC_StoreFastElementStub); in CompileKeyedStoreMonomorphicHandler()
101 TRACE_HANDLER_STATS(isolate(), KeyedStoreIC_StoreElementStub); in CompileKeyedStoreMonomorphicHandler()
Dic.cc678 TRACE_HANDLER_STATS(isolate(), LoadIC_LoadScriptContextFieldStub); in Load()
845 TRACE_HANDLER_STATS(isolate(), LoadIC_LoadFieldDH); in SimpleFieldLoad()
848 TRACE_HANDLER_STATS(isolate(), LoadIC_LoadFieldStub); in SimpleFieldLoad()
1069 TRACE_HANDLER_STATS(isolate(), LoadIC_Premonomorphic); in UpdateCaches()
1081 TRACE_HANDLER_STATS(isolate(), LoadIC_LoadNonexistentDH); in UpdateCaches()
1164 TRACE_HANDLER_STATS(isolate(), LoadIC_HandlerCacheHit_AccessCheck); in TraceHandlerCacheHitStats()
1167 TRACE_HANDLER_STATS(isolate(), LoadIC_HandlerCacheHit_Exotic); in TraceHandlerCacheHitStats()
1170 TRACE_HANDLER_STATS(isolate(), LoadIC_HandlerCacheHit_Interceptor); in TraceHandlerCacheHitStats()
1173 TRACE_HANDLER_STATS(isolate(), LoadIC_HandlerCacheHit_JSProxy); in TraceHandlerCacheHitStats()
1176 TRACE_HANDLER_STATS(isolate(), LoadIC_HandlerCacheHit_NonExistent); in TraceHandlerCacheHitStats()
[all …]
Dhandler-compiler.cc69 TRACE_HANDLER_STATS(isolate, LoadIC_HandlerCacheHit_NonExistent); in ComputeLoadNonexistent()
73 TRACE_HANDLER_STATS(isolate, LoadIC_LoadNonexistent); in ComputeLoadNonexistent()
623 TRACE_HANDLER_STATS(isolate, KeyedLoadIC_LoadIndexedInterceptorStub); in GetKeyedLoadHandler()
627 TRACE_HANDLER_STATS(isolate, KeyedLoadIC_LoadIndexedStringStub); in GetKeyedLoadHandler()
632 TRACE_HANDLER_STATS(isolate, KeyedLoadIC_SlowStub); in GetKeyedLoadHandler()
638 TRACE_HANDLER_STATS(isolate, KeyedLoadIC_KeyedLoadSloppyArgumentsStub); in GetKeyedLoadHandler()
644 TRACE_HANDLER_STATS(isolate, KeyedLoadIC_LoadElementDH); in GetKeyedLoadHandler()
648 TRACE_HANDLER_STATS(isolate, KeyedLoadIC_LoadDictionaryElementStub); in GetKeyedLoadHandler()
658 TRACE_HANDLER_STATS(isolate, KeyedLoadIC_LoadElementDH); in GetKeyedLoadHandler()
662 TRACE_HANDLER_STATS(isolate, KeyedLoadIC_LoadFastElementStub); in GetKeyedLoadHandler()
/external/v8/src/
Dcounters.h886 #define TRACE_HANDLER_STATS(isolate, counter_name) \ macro