Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate.cc3785 uint64_t total_stores = 0; in ThrowInternal() local
3800 total_stores += per_func_count.second; in ThrowInternal()
3802 os << "Total Loads: " << total_loads << ", Total Stores: " << total_stores in ThrowInternal()