Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dcompilation-statistics.h20 struct AsPrintableStatistics { struct
78 const AsPrintableStatistics& s);
90 std::ostream& operator<<(std::ostream& os, const AsPrintableStatistics& s);
Dcompilation-statistics.cc132 std::ostream& operator<<(std::ostream& os, const AsPrintableStatistics& ps) { in operator <<()
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc896 os << AsPrintableStatistics{*compilation_stats_.get(), false} << std::endl; in DumpAndResetTurboStatistics()
905 os << AsPrintableStatistics{*compilation_stats_.get(), false} << std::endl; in DumpTurboStatistics()
/third_party/node/deps/v8/src/execution/
Disolate.cc4319 AsPrintableStatistics ps = {*turbo_statistics(), false}; in ThrowInternal()
4323 AsPrintableStatistics ps = {*turbo_statistics(), true}; in ThrowInternal()