Home | History | Annotate | Download | only in arm64

Lines Matching refs:IncrementCounter

357   __ IncrementCounter(isolate->counters()->load_miss(), 1, x3, x4);
423 __ IncrementCounter(isolate->counters()->keyed_load_miss(), 1, x10, x11);
463 __ IncrementCounter(isolate->counters()->keyed_load_generic_smi(), 1,
571 __ IncrementCounter(isolate->counters()->keyed_load_generic_lookup_cache(), 1,
580 __ IncrementCounter(isolate->counters()->keyed_load_generic_lookup_cache(), 1,
591 __ IncrementCounter(isolate->counters()->keyed_load_generic_symbol(), 1,
614 __ IncrementCounter(masm->isolate()->counters()->keyed_load_generic_slow(), 1,
941 __ IncrementCounter(counters->store_normal_hit(), 1, x4, x5);
946 __ IncrementCounter(counters->store_normal_miss(), 1, x4, x5);