Home
last modified time | relevance | path

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

/external/v8/src/
Dcompilation-statistics.h20 struct AsPrintableStatistics { struct
74 const AsPrintableStatistics& s);
88 std::ostream& operator<<(std::ostream& os, const AsPrintableStatistics& s);
Dcompilation-statistics.cc116 std::ostream& operator<<(std::ostream& os, const AsPrintableStatistics& ps) { in operator <<()
Disolate.cc3213 AsPrintableStatistics ps = {*turbo_statistics(), false}; in Throw()
3217 AsPrintableStatistics ps = {*turbo_statistics(), true}; in Throw()
/external/v8/src/wasm/
Dwasm-engine.cc216 os << AsPrintableStatistics{*compilation_stats_.get(), false} << std::endl; in DumpAndResetTurboStatistics()