Home
last modified time | relevance | path

Searched refs:store_int_counter (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm64/
Dinstrument-arm64.cc376 static Counter* store_int_counter = GetCounter("Store Integer"); in InstrumentLoadStore() local
384 case STR_x: store_int_counter->Increment(); break; in InstrumentLoadStore()
/external/vixl/src/vixl/a64/
Dinstrument-a64.cc420 static Counter* store_int_counter = GetCounter("Store Integer"); in InstrumentLoadStore() local
429 case STR_x: store_int_counter->Increment(); break; in InstrumentLoadStore()