Home
last modified time | relevance | path

Searched defs:Summarize (Results 1 – 3 of 3) sorted by relevance

/external/toolchain-utils/deprecated/
Dsummarize_results.py32 def Summarize(self, log_file, filename): member in DejaGNUSummarizer
66 def Summarize(self, log_file, filename): member in PerflabSummarizer
90 def Summarize(self, log_file, filename): member in AutoTestSummarizer
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/
Dllvm-cfi-verify.cpp58 cl::opt<bool> Summarize("summarize", cl::desc("Print the summary only."), variable
/external/v8/src/
Dframes.cc812 void StandardFrame::Summarize(std::vector<FrameSummary>* functions) const { in Summarize() function in v8::internal::StandardFrame
1060 void JavaScriptFrame::Summarize(std::vector<FrameSummary>* functions) const { in Summarize() function in v8::internal::JavaScriptFrame
1723 void InterpretedFrame::Summarize(std::vector<FrameSummary>* functions) const { in Summarize() function in v8::internal::InterpretedFrame
1822 void WasmCompiledFrame::Summarize(std::vector<FrameSummary>* functions) const { in Summarize() function in v8::internal::WasmCompiledFrame
1875 void WasmInterpreterEntryFrame::Summarize( in Summarize() function in v8::internal::WasmInterpreterEntryFrame