Home | History | Annotate | Download | only in src

Lines Matching defs:SC

380 #define STATS_COUNTER_LIST_1(SC)                                      \
382 SC(global_handles, V8.GlobalHandles) \
384 SC(memory_allocated, V8.OsMemoryAllocated) \
385 SC(normalized_maps, V8.NormalizedMaps) \
386 SC(props_to_dictionary, V8.ObjectPropertiesToDictionary) \
387 SC(elements_to_dictionary, V8.ObjectElementsToDictionary) \
388 SC(alive_after_last_gc, V8.AliveAfterLastGC) \
389 SC(objs_since_last_young, V8.ObjsSinceLastYoung) \
390 SC(objs_since_last_full, V8.ObjsSinceLastFull) \
391 SC(string_table_capacity, V8.StringTableCapacity) \
392 SC(number_of_symbols, V8.NumberOfSymbols) \
393 SC(script_wrappers, V8.ScriptWrappers) \
394 SC(call_initialize_stubs, V8.CallInitializeStubs) \
395 SC(call_premonomorphic_stubs, V8.CallPreMonomorphicStubs) \
396 SC(call_normal_stubs, V8.CallNormalStubs) \
397 SC(call_megamorphic_stubs, V8.CallMegamorphicStubs) \
398 SC(inlined_copied_elements, V8.InlinedCopiedElements) \
399 SC(arguments_adaptors, V8.ArgumentsAdaptors) \
400 SC(compilation_cache_hits, V8.CompilationCacheHits) \
401 SC(compilation_cache_misses, V8.CompilationCacheMisses) \
402 SC(string_ctor_calls, V8.StringConstructorCalls) \
403 SC(string_ctor_conversions, V8.StringConstructorConversions) \
404 SC(string_ctor_cached_number, V8.StringConstructorCachedNumber) \
405 SC(string_ctor_string_value, V8.StringConstructorStringValue) \
406 SC(string_ctor_gc_required, V8.StringConstructorGCRequired) \
408 SC(total_eval_size, V8.TotalEvalSize) \
410 SC(total_load_size, V8.TotalLoadSize) \
412 SC(total_parse_size, V8.TotalParseSize) \
414 SC(total_preparse_skipped, V8.TotalPreparseSkipped) \
416 SC(total_preparse_symbols_skipped, V8.TotalPreparseSymbolSkipped) \
418 SC(total_compile_size, V8.TotalCompileSize) \
420 SC(total_full_codegen_source_size, V8.TotalFullCodegenSourceSize) \
422 SC(contexts_created_from_scratch, V8.ContextsCreatedFromScratch) \
424 SC(contexts_created_by_snapshot, V8.ContextsCreatedBySnapshot) \
426 SC(pc_to_code, V8.PcToCode) \
427 SC(pc_to_code_cached, V8.PcToCodeCached) \
429 SC(store_buffer_compactions, V8.StoreBufferCompactions) \
430 SC(store_buffer_overflows, V8.StoreBufferOverflows)
433 #define STATS_COUNTER_LIST_2(SC) \
435 SC(code_stubs, V8.CodeStubs) \
437 SC(total_stubs_code_size, V8.TotalStubsCodeSize) \
439 SC(total_compiled_code_size, V8.TotalCompiledCodeSize) \
440 SC(gc_compactor_caused_by_request, V8.GCCompactorCausedByRequest) \
441 SC(gc_compactor_caused_by_promoted_data, V8.GCCompactorCausedByPromotedData) \
442 SC(gc_compactor_caused_by_oldspace_exhaustion, \
444 SC(gc_last_resort_from_js, V8.GCLastResortFromJS) \
445 SC(gc_last_resort_from_handles, V8.GCLastResortFromHandles) \
447 SC(keyed_load_generic_smi, V8.KeyedLoadGenericSmi) \
448 SC(keyed_load_generic_symbol, V8.KeyedLoadGenericSymbol) \
449 SC(keyed_load_generic_lookup_cache, V8.KeyedLoadGenericLookupCache) \
450 SC(keyed_load_generic_slow, V8.KeyedLoadGenericSlow) \
451 SC(keyed_load_polymorphic_stubs, V8.KeyedLoadPolymorphicStubs) \
452 SC(keyed_load_external_array_slow, V8.KeyedLoadExternalArraySlow) \
454 SC(keyed_call_generic_smi_fast, V8.KeyedCallGenericSmiFast) \
455 SC(keyed_call_generic_smi_dict, V8.KeyedCallGenericSmiDict) \
456 SC(keyed_call_generic_lookup_cache, V8.KeyedCallGenericLookupCache) \
457 SC(keyed_call_generic_lookup_dict, V8.KeyedCallGenericLookupDict) \
458 SC(keyed_call_generic_slow, V8.KeyedCallGenericSlow) \
459 SC(keyed_call_generic_slow_load, V8.KeyedCallGenericSlowLoad) \
460 SC(named_load_global_stub, V8.NamedLoadGlobalStub) \
461 SC(named_store_global_inline, V8.NamedStoreGlobalInline) \
462 SC(named_store_global_inline_miss, V8.NamedStoreGlobalInlineMiss) \
463 SC(keyed_store_polymorphic_stubs, V8.KeyedStorePolymorphicStubs) \
464 SC(keyed_store_external_array_slow, V8.KeyedStoreExternalArraySlow) \
465 SC(store_normal_miss, V8.StoreNormalMiss) \
466 SC(store_normal_hit, V8.StoreNormalHit) \
467 SC(cow_arrays_created_stub, V8.COWArraysCreatedStub) \
468 SC(cow_arrays_created_runtime, V8.COWArraysCreatedRuntime) \
469 SC(cow_arrays_converted, V8.COWArraysConverted) \
470 SC(call_miss, V8.CallMiss) \
471 SC(keyed_call_miss, V8.KeyedCallMiss) \
472 SC(load_miss, V8.LoadMiss) \
473 SC(keyed_load_miss, V8.KeyedLoadMiss) \
474 SC(call_const, V8.CallConst) \
475 SC(call_const_fast_api, V8.CallConstFastApi) \
476 SC(call_const_interceptor, V8.CallConstInterceptor) \
477 SC(call_const_interceptor_fast_api, V8.CallConstInterceptorFastApi) \
478 SC(call_global_inline, V8.CallGlobalInline) \
479 SC(call_global_inline_miss, V8.CallGlobalInlineMiss) \
480 SC(constructed_objects, V8.ConstructedObjects) \
481 SC(constructed_objects_runtime, V8.ConstructedObjectsRuntime) \
482 SC(negative_lookups, V8.NegativeLookups) \
483 SC(negative_lookups_miss, V8.NegativeLookupsMiss) \
484 SC(megamorphic_stub_cache_probes, V8.MegamorphicStubCacheProbes) \
485 SC(megamorphic_stub_cache_misses, V8.MegamorphicStubCacheMisses) \
486 SC(megamorphic_stub_cache_updates, V8.MegamorphicStubCacheUpdates) \
487 SC(array_function_runtime, V8.ArrayFunctionRuntime) \
488 SC(array_function_native, V8.ArrayFunctionNative) \
489 SC(for_in, V8.ForIn) \
490 SC(enum_cache_hits, V8.EnumCacheHits) \
491 SC(enum_cache_misses, V8.EnumCacheMisses) \
492 SC(zone_segment_bytes, V8.ZoneSegmentBytes) \
493 SC(fast_new_closure_total, V8.FastNewClosureTotal) \
494 SC(fast_new_closure_try_optimized, V8.FastNewClosureTryOptimized) \
495 SC(fast_new_closure_install_optimized, V8.FastNewClosureInstallOptimized) \
496 SC(string_add_runtime, V8.StringAddRuntime) \
497 SC(string_add_native, V8.StringAddNative) \
498 SC(string_add_runtime_ext_to_one_byte, V8.StringAddRuntimeExtToOneByte) \
499 SC(sub_string_runtime, V8.SubStringRuntime) \
500 SC(sub_string_native, V8.SubStringNative) \
501 SC(string_add_make_two_char, V8.StringAddMakeTwoChar) \
502 SC(string_compare_native, V8.StringCompareNative) \
503 SC(string_compare_runtime, V8.StringCompareRuntime) \
504 SC(regexp_entry_runtime, V8.RegExpEntryRuntime) \
505 SC(regexp_entry_native, V8.RegExpEntryNative) \
506 SC(number_to_string_native, V8.NumberToStringNative) \
507 SC(number_to_string_runtime, V8.NumberToStringRuntime) \
508 SC(math_acos, V8.MathAcos) \
509 SC(math_asin, V8.MathAsin) \
510 SC(math_atan, V8.MathAtan) \
511 SC(math_atan2, V8.MathAtan2) \
512 SC(math_exp, V8.MathExp) \
513 SC(math_floor, V8.MathFloor) \
514 SC(math_log, V8.MathLog) \
515 SC(math_pow, V8.MathPow) \
516 SC(math_round, V8.MathRound) \
517 SC(math_sqrt, V8.MathSqrt) \
518 SC(stack_interrupts, V8.StackInterrupts) \
519 SC(runtime_profiler_ticks, V8.RuntimeProfilerTicks) \
520 SC(bounds_checks_eliminated, V8.BoundsChecksEliminated) \
521 SC(bounds_checks_hoisted, V8.BoundsChecksHoisted) \
522 SC(soft_deopts_requested, V8.SoftDeoptsRequested) \
523 SC(soft_deopts_inserted, V8.SoftDeoptsInserted) \
524 SC(soft_deopts_executed, V8.SoftDeoptsExecuted) \
526 SC(write_barriers_dynamic, V8.WriteBarriersDynamic) \
527 SC(write_barriers_static, V8.WriteBarriersStatic) \
528 SC(new_space_bytes_available, V8.MemoryNewSpaceBytesAvailable) \
529 SC(new_space_bytes_committed, V8.MemoryNewSpaceBytesCommitted) \
530 SC(new_space_bytes_used, V8.MemoryNewSpaceBytesUsed) \
531 SC(old_pointer_space_bytes_available, \
533 SC(old_pointer_space_bytes_committed, \
535 SC(old_pointer_space_bytes_used, V8.MemoryOldPointerSpaceBytesUsed) \
536 SC(old_data_space_bytes_available, V8.MemoryOldDataSpaceBytesAvailable) \
537 SC(old_data_space_bytes_committed, V8.MemoryOldDataSpaceBytesCommitted) \
538 SC(old_data_space_bytes_used, V8.MemoryOldDataSpaceBytesUsed) \
539 SC(code_space_bytes_available, V8.MemoryCodeSpaceBytesAvailable) \
540 SC(code_space_bytes_committed, V8.MemoryCodeSpaceBytesCommitted) \
541 SC(code_space_bytes_used, V8.MemoryCodeSpaceBytesUsed) \
542 SC(map_space_bytes_available, V8.MemoryMapSpaceBytesAvailable) \
543 SC(map_space_bytes_committed, V8.MemoryMapSpaceBytesCommitted) \
544 SC(map_space_bytes_used, V8.MemoryMapSpaceBytesUsed) \
545 SC(cell_space_bytes_available, V8.MemoryCellSpaceBytesAvailable) \
546 SC(cell_space_bytes_committed, V8.MemoryCellSpaceBytesCommitted) \
547 SC(cell_space_bytes_used, V8.MemoryCellSpaceBytesUsed) \
548 SC(property_cell_space_bytes_available, \
550 SC(property_cell_space_bytes_committed, \
552 SC(property_cell_space_bytes_used, V8.MemoryPropertyCellSpaceBytesUsed) \
553 SC(lo_space_bytes_available, V8.MemoryLoSpaceBytesAvailable) \
554 SC(lo_space_bytes_committed, V8.MemoryLoSpaceBytesCommitted) \
555 SC(lo_space_bytes_used, V8.MemoryLoSpaceBytesUsed)
581 #define SC(name, caption) \
583 STATS_COUNTER_LIST_1(SC)
584 STATS_COUNTER_LIST_2(SC)
585 #undef SC
587 #define SC(name) \
590 INSTANCE_TYPE_LIST(SC)
591 #undef SC
593 #define SC(name) \
598 CODE_KIND_LIST(SC)
599 #undef SC
601 #define SC(name) \
606 FIXED_ARRAY_SUB_INSTANCE_TYPE_LIST(SC)
607 #undef SC
609 #define SC(name) \
614 CODE_AGE_LIST_COMPLETE(SC)
615 #undef SC
672 #define SC(name, caption) \
674 STATS_COUNTER_LIST_1(SC)
675 STATS_COUNTER_LIST_2(SC)
676 #undef SC
678 #define SC(name) \
681 INSTANCE_TYPE_LIST(SC)
682 #undef SC
684 #define SC(name) \
687 CODE_KIND_LIST(SC)
688 #undef SC
690 #define SC(name) \
693 FIXED_ARRAY_SUB_INSTANCE_TYPE_LIST(SC)
694 #undef SC
696 #define SC(name) \
699 CODE_AGE_LIST_COMPLETE(SC)
700 #undef SC