Home | History | Annotate | Download | only in mips

Lines Matching refs:IncrementCounter

279   __ IncrementCounter(isolate->counters()->keyed_load_miss(), 1, a3, t0);
415 __ IncrementCounter(isolate->counters()->keyed_load_miss(), 1, a3, t0);
461 __ IncrementCounter(isolate->counters()->keyed_load_generic_smi(), 1, t0, a3);
479 __ IncrementCounter(isolate->counters()->keyed_load_generic_slow(), 1, t0,
561 __ IncrementCounter(isolate->counters()->keyed_load_generic_lookup_cache(), 1,
572 __ IncrementCounter(isolate->counters()->keyed_load_generic_lookup_cache(), 1,
586 __ IncrementCounter(isolate->counters()->keyed_load_generic_symbol(), 1, t0,
917 __ IncrementCounter(counters->store_normal_hit(), 1, t0, t1);
921 __ IncrementCounter(counters->store_normal_miss(), 1, t0, t1);