Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstrument-arm64.cc378 static Counter* store_fp_counter = GetCounter("Store FP"); in InstrumentLoadStore() local
386 case STR_d: store_fp_counter->Increment(); break; in InstrumentLoadStore()
/external/vixl/src/vixl/a64/
Dinstrument-a64.cc422 static Counter* store_fp_counter = GetCounter("Store FP"); in InstrumentLoadStore() local
432 case STR_d: store_fp_counter->Increment(); break; in InstrumentLoadStore()