Home | History | Annotate | Download | only in mips

Lines Matching refs:IncrementCounter

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);
903 __ IncrementCounter(isolate->counters()->keyed_load_miss(), 1, a3, t0);
958 __ IncrementCounter(isolate->counters()->keyed_load_generic_smi(), 1, a2, a3);
977 __ IncrementCounter(isolate->counters()->keyed_load_generic_slow(),
1063 __ IncrementCounter(isolate->counters()->keyed_load_generic_lookup_cache(),
1076 __ IncrementCounter(isolate->counters()->keyed_load_generic_lookup_cache(),
1094 __ IncrementCounter(isolate->counters()->keyed_load_generic_symbol(),
1539 __ IncrementCounter(counters->store_normal_hit(), 1, t0, t1);
1543 __ IncrementCounter(counters->store_normal_miss(), 1, t0, t1);