Lines Matching refs:SC
284 #define STATS_COUNTER_LIST_1(SC) \ argument
286 SC(global_handles, V8.GlobalHandles) \
287 SC(maps_normalized, V8.MapsNormalized) \
288 SC(maps_created, V8.MapsCreated) \
289 SC(elements_transitions, V8.ObjectElementsTransitions) \
290 SC(props_to_dictionary, V8.ObjectPropertiesToDictionary) \
291 SC(elements_to_dictionary, V8.ObjectElementsToDictionary) \
292 SC(alive_after_last_gc, V8.AliveAfterLastGC) \
293 SC(objs_since_last_young, V8.ObjsSinceLastYoung) \
294 SC(objs_since_last_full, V8.ObjsSinceLastFull) \
295 SC(string_table_capacity, V8.StringTableCapacity) \
296 SC(number_of_symbols, V8.NumberOfSymbols) \
297 SC(inlined_copied_elements, V8.InlinedCopiedElements) \
298 SC(compilation_cache_hits, V8.CompilationCacheHits) \
299 SC(compilation_cache_misses, V8.CompilationCacheMisses) \
301 SC(total_eval_size, V8.TotalEvalSize) \
303 SC(total_load_size, V8.TotalLoadSize) \
305 SC(total_parse_size, V8.TotalParseSize) \
307 SC(total_preparse_skipped, V8.TotalPreparseSkipped) \
309 SC(total_compile_size, V8.TotalCompileSize) \
311 SC(contexts_created_from_scratch, V8.ContextsCreatedFromScratch) \
313 SC(contexts_created_by_snapshot, V8.ContextsCreatedBySnapshot) \
315 SC(pc_to_code, V8.PcToCode) \
316 SC(pc_to_code_cached, V8.PcToCodeCached)
318 #define STATS_COUNTER_LIST_2(SC) \ argument
320 SC(total_compiled_code_size, V8.TotalCompiledCodeSize) \
321 SC(gc_compactor_caused_by_request, V8.GCCompactorCausedByRequest) \
322 SC(gc_compactor_caused_by_promoted_data, V8.GCCompactorCausedByPromotedData) \
323 SC(gc_compactor_caused_by_oldspace_exhaustion, \
325 SC(gc_last_resort_from_js, V8.GCLastResortFromJS) \
326 SC(gc_last_resort_from_handles, V8.GCLastResortFromHandles) \
327 SC(cow_arrays_converted, V8.COWArraysConverted) \
328 SC(constructed_objects_runtime, V8.ConstructedObjectsRuntime) \
329 SC(megamorphic_stub_cache_updates, V8.MegamorphicStubCacheUpdates) \
330 SC(enum_cache_hits, V8.EnumCacheHits) \
331 SC(enum_cache_misses, V8.EnumCacheMisses) \
332 SC(string_add_runtime, V8.StringAddRuntime) \
333 SC(sub_string_runtime, V8.SubStringRuntime) \
334 SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \
335 SC(stack_interrupts, V8.StackInterrupts) \
336 SC(new_space_bytes_available, V8.MemoryNewSpaceBytesAvailable) \
337 SC(new_space_bytes_committed, V8.MemoryNewSpaceBytesCommitted) \
338 SC(new_space_bytes_used, V8.MemoryNewSpaceBytesUsed) \
339 SC(old_space_bytes_available, V8.MemoryOldSpaceBytesAvailable) \
340 SC(old_space_bytes_committed, V8.MemoryOldSpaceBytesCommitted) \
341 SC(old_space_bytes_used, V8.MemoryOldSpaceBytesUsed) \
342 SC(code_space_bytes_available, V8.MemoryCodeSpaceBytesAvailable) \
343 SC(code_space_bytes_committed, V8.MemoryCodeSpaceBytesCommitted) \
344 SC(code_space_bytes_used, V8.MemoryCodeSpaceBytesUsed) \
345 SC(map_space_bytes_available, V8.MemoryMapSpaceBytesAvailable) \
346 SC(map_space_bytes_committed, V8.MemoryMapSpaceBytesCommitted) \
347 SC(map_space_bytes_used, V8.MemoryMapSpaceBytesUsed) \
348 SC(lo_space_bytes_available, V8.MemoryLoSpaceBytesAvailable) \
349 SC(lo_space_bytes_committed, V8.MemoryLoSpaceBytesCommitted) \
350 SC(lo_space_bytes_used, V8.MemoryLoSpaceBytesUsed) \
352 SC(total_baseline_code_size, V8.TotalBaselineCodeSize) \
354 SC(total_baseline_compile_count, V8.TotalBaselineCompileCount) \
355 SC(wasm_generated_code_size, V8.WasmGeneratedCodeBytes) \
356 SC(wasm_reloc_size, V8.WasmRelocBytes) \
357 SC(wasm_lazily_compiled_functions, V8.WasmLazilyCompiledFunctions)
361 #define STATS_COUNTER_NATIVE_CODE_LIST(SC) \ argument
363 SC(write_barriers, V8.WriteBarriers) \
364 SC(constructed_objects, V8.ConstructedObjects) \
365 SC(fast_new_closure_total, V8.FastNewClosureTotal) \
366 SC(regexp_entry_native, V8.RegExpEntryNative) \
367 SC(string_add_native, V8.StringAddNative) \
368 SC(sub_string_native, V8.SubStringNative) \
369 SC(ic_keyed_load_generic_smi, V8.ICKeyedLoadGenericSmi) \
370 SC(ic_keyed_load_generic_symbol, V8.ICKeyedLoadGenericSymbol) \
371 SC(ic_keyed_load_generic_slow, V8.ICKeyedLoadGenericSlow) \
372 SC(megamorphic_stub_cache_probes, V8.MegamorphicStubCacheProbes) \
373 SC(megamorphic_stub_cache_misses, V8.MegamorphicStubCacheMisses)