HomeSort by relevance Sort by last modified time
    Searched refs:IncrementCounter (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/v8/src/arm/
ic-arm.cc 456 __ IncrementCounter(isolate->counters()->call_miss(), 1, r3, r4);
458 __ IncrementCounter(isolate->counters()->keyed_call_miss(), 1, r3, r4);
552 __ IncrementCounter(counters->keyed_call_generic_smi_fast(), 1, r0, r3);
571 __ IncrementCounter(counters->keyed_call_generic_smi_dict(), 1, r0, r3);
577 __ IncrementCounter(counters->keyed_call_generic_slow_load(), 1, r0, r3);
605 __ IncrementCounter(counters->keyed_call_generic_lookup_dict(), 1, r0, r3);
609 __ IncrementCounter(counters->keyed_call_generic_lookup_cache(), 1, r0, r3);
623 __ IncrementCounter(counters->keyed_call_generic_slow(), 1, r0, r3);
697 __ IncrementCounter(isolate->counters()->load_miss(), 1, r3, r4);
    [all...]
stub-cache-arm.cc 137 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
138 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
219 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1,
272 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1,
    [all...]
builtins-arm.cc 175 __ IncrementCounter(counters->string_ctor_calls(), 1, r2, r3);
204 __ IncrementCounter(counters->string_ctor_cached_number(), 1, r3, r4);
258 __ IncrementCounter(counters->string_ctor_conversions(), 1, r3, r4);
264 __ IncrementCounter(counters->string_ctor_conversions(), 1, r3, r4);
284 __ IncrementCounter(counters->string_ctor_gc_required(), 1, r3, r4);
690 __ IncrementCounter(isolate->counters()->constructed_objects(), 1, r1, r2);
    [all...]
  /external/chromium_org/v8/src/ia32/
ic-ia32.cc 432 __ IncrementCounter(counters->keyed_load_generic_smi(), 1);
466 __ IncrementCounter(counters->keyed_load_generic_slow(), 1);
556 __ IncrementCounter(counters->keyed_load_generic_lookup_cache(), 1);
564 __ IncrementCounter(counters->keyed_load_generic_lookup_cache(), 1);
576 __ IncrementCounter(counters->keyed_load_generic_symbol(), 1);
    [all...]
builtins-ia32.cc 428 __ IncrementCounter(masm->isolate()->counters()->constructed_objects(), 1);
    [all...]
stub-cache-ia32.cc 153 __ IncrementCounter(counters->negative_lookups(), 1);
154 __ IncrementCounter(counters->negative_lookups_miss(), 1);
224 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1);
259 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1);
619 __ IncrementCounter(counters->call_const_interceptor(), 1);
622 __ IncrementCounter(counters->call_const_interceptor_fast_api(), 1);
    [all...]
  /external/chromium_org/v8/src/mips/
ic-mips.cc 459 __ IncrementCounter(isolate->counters()->call_miss(), 1, a3, t0);
461 __ IncrementCounter(isolate->counters()->keyed_call_miss(), 1, a3, t0);
553 __ IncrementCounter(counters->keyed_call_generic_smi_fast(), 1, a0, a3);
572 __ IncrementCounter(counters->keyed_call_generic_smi_dict(), 1, a0, a3);
578 __ IncrementCounter(counters->keyed_call_generic_slow_load(), 1, a0, a3);
605 __ IncrementCounter(counters->keyed_call_generic_lookup_dict(), 1, a0, a3);
609 __ IncrementCounter(counters->keyed_call_generic_lookup_cache(), 1, a0, a3);
623 __ IncrementCounter(counters->keyed_call_generic_slow(), 1, a0, a3);
697 __ IncrementCounter(isolate->counters()->keyed_load_miss(), 1, a3, t0);
    [all...]
stub-cache-mips.cc 133 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
134 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
213 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1,
264 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1,
    [all...]
  /external/chromium_org/v8/src/x64/
ic-x64.cc 382 __ IncrementCounter(counters->keyed_load_generic_smi(), 1);
404 __ IncrementCounter(counters->keyed_load_generic_slow(), 1);
483 __ IncrementCounter(counters->keyed_load_generic_lookup_cache(), 1);
491 __ IncrementCounter(counters->keyed_load_generic_lookup_cache(), 1);
506 __ IncrementCounter(counters->keyed_load_generic_symbol(), 1);
    [all...]
builtins-x64.cc 437 __ IncrementCounter(counters->constructed_objects(), 1);
    [all...]
stub-cache-x64.cc 122 __ IncrementCounter(counters->negative_lookups(), 1);
123 __ IncrementCounter(counters->negative_lookups_miss(), 1);
190 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1);
222 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1);
603 __ IncrementCounter(counters->call_const_interceptor(), 1);
606 __ IncrementCounter(counters->call_const_interceptor_fast_api(), 1);
    [all...]
  /external/v8/src/arm/
ic-arm.cc 500 __ IncrementCounter(isolate->counters()->call_miss(), 1, r3, r4);
502 __ IncrementCounter(isolate->counters()->keyed_call_miss(), 1, r3, r4);
596 __ IncrementCounter(counters->keyed_call_generic_smi_fast(), 1, r0, r3);
615 __ IncrementCounter(counters->keyed_call_generic_smi_dict(), 1, r0, r3);
621 __ IncrementCounter(counters->keyed_call_generic_slow_load(), 1, r0, r3);
649 __ IncrementCounter(counters->keyed_call_generic_lookup_dict(), 1, r0, r3);
653 __ IncrementCounter(counters->keyed_call_generic_lookup_cache(), 1, r0, r3);
667 __ IncrementCounter(counters->keyed_call_generic_slow(), 1, r0, r3);
746 __ IncrementCounter(isolate->counters()->load_miss(), 1, r3, r4);
    [all...]
builtins-arm.cc 331 __ IncrementCounter(counters->array_function_native(), 1, r3, r4);
374 __ IncrementCounter(counters->array_function_native(), 1, r2, r4);
398 __ IncrementCounter(counters->array_function_native(), 1, r2, r6);
579 __ IncrementCounter(counters->string_ctor_calls(), 1, r2, r3);
609 __ IncrementCounter(counters->string_ctor_cached_number(), 1, r3, r4);
663 __ IncrementCounter(counters->string_ctor_conversions(), 1, r3, r4);
669 __ IncrementCounter(counters->string_ctor_conversions(), 1, r3, r4);
689 __ IncrementCounter(counters->string_ctor_gc_required(), 1, r3, r4);
    [all...]
stub-cache-arm.cc 142 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
143 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
224 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1,
277 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1,
759 __ IncrementCounter(counters->call_const_interceptor(), 1,
763 __ IncrementCounter(counters->call_const_interceptor_fast_api(), 1,
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 474 __ IncrementCounter(counters->keyed_load_generic_smi(), 1);
513 __ IncrementCounter(counters->keyed_load_generic_slow(), 1);
600 __ IncrementCounter(counters->keyed_load_generic_lookup_cache(), 1);
608 __ IncrementCounter(counters->keyed_load_generic_lookup_cache(), 1);
620 __ IncrementCounter(counters->keyed_load_generic_symbol(), 1);
    [all...]
stub-cache-ia32.cc 153 __ IncrementCounter(counters->negative_lookups(), 1);
154 __ IncrementCounter(counters->negative_lookups_miss(), 1);
224 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1);
259 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1);
594 __ IncrementCounter(counters->call_const_interceptor(), 1);
597 __ IncrementCounter(counters->call_const_interceptor_fast_api(), 1);
    [all...]
builtins-ia32.cc 365 __ IncrementCounter(masm->isolate()->counters()->constructed_objects(), 1);
    [all...]
  /external/v8/src/mips/
ic-mips.cc 500 __ IncrementCounter(isolate->counters()->call_miss(), 1, a3, t0);
502 __ IncrementCounter(isolate->counters()->keyed_call_miss(), 1, a3, t0);
594 __ IncrementCounter(counters->keyed_call_generic_smi_fast(), 1, a0, a3);
613 __ IncrementCounter(counters->keyed_call_generic_smi_dict(), 1, a0, a3);
619 __ IncrementCounter(counters->keyed_call_generic_slow_load(), 1, a0, a3);
646 __ IncrementCounter(counters->keyed_call_generic_lookup_dict(), 1, a0, a3);
650 __ IncrementCounter(counters->keyed_call_generic_lookup_cache(), 1, a0, a3);
664 __ IncrementCounter(counters->keyed_call_generic_slow(), 1, a0, a3);
742 __ IncrementCounter(isolate->counters()->keyed_load_miss(), 1, a3, t0);
    [all...]
builtins-mips.cc 339 __ IncrementCounter(counters->array_function_native(), 1, a3, t0);
381 __ IncrementCounter(counters->array_function_native(), 1, a2, t0);
406 __ IncrementCounter(counters->array_function_native(), 1, a2, t2);
595 __ IncrementCounter(counters->string_ctor_calls(), 1, a2, a3);
625 __ IncrementCounter(counters->string_ctor_cached_number(), 1, a3, t0);
679 __ IncrementCounter(counters->string_ctor_conversions(), 1, a3, t0);
685 __ IncrementCounter(counters->string_ctor_conversions(), 1, a3, t0);
705 __ IncrementCounter(counters->string_ctor_gc_required(), 1, a3, t0);
    [all...]
stub-cache-mips.cc 133 __ IncrementCounter(counters->negative_lookups(), 1, scratch0, scratch1);
134 __ IncrementCounter(counters->negative_lookups_miss(), 1, scratch0, scratch1);
213 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1,
264 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1,
749 __ IncrementCounter(counters->call_const_interceptor(), 1,
753 __ IncrementCounter(counters->call_const_interceptor_fast_api(), 1,
    [all...]
  /external/v8/src/x64/
ic-x64.cc 419 __ IncrementCounter(counters->keyed_load_generic_smi(), 1);
441 __ IncrementCounter(counters->keyed_load_generic_slow(), 1);
520 __ IncrementCounter(counters->keyed_load_generic_lookup_cache(), 1);
528 __ IncrementCounter(counters->keyed_load_generic_lookup_cache(), 1);
543 __ IncrementCounter(counters->keyed_load_generic_symbol(), 1);
    [all...]
stub-cache-x64.cc 122 __ IncrementCounter(counters->negative_lookups(), 1);
123 __ IncrementCounter(counters->negative_lookups_miss(), 1);
190 __ IncrementCounter(counters->megamorphic_stub_cache_probes(), 1);
222 __ IncrementCounter(counters->megamorphic_stub_cache_misses(), 1);
578 __ IncrementCounter(counters->call_const_interceptor(), 1);
581 __ IncrementCounter(counters->call_const_interceptor_fast_api(), 1);
    [all...]
builtins-x64.cc 371 __ IncrementCounter(counters->constructed_objects(), 1);
    [all...]
  /external/chromium/net/disk_cache/
rankings.h 195 void IncrementCounter(List list);
  /external/chromium_org/net/disk_cache/
rankings.h 198 void IncrementCounter(List list);

Completed in 1208 milliseconds

1 2 3