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/execution/
Dframes.cc899 void CommonFrame::Summarize(std::vector<FrameSummary>* functions) const { in Summarize() function in v8::internal::CommonFrame
1140 void CommonFrameWithJSLinkage::Summarize( in Summarize() function in v8::internal::CommonFrameWithJSLinkage
1773 void InterpretedFrame::Summarize(std::vector<FrameSummary>* functions) const { in Summarize() function in v8::internal::InterpretedFrame
1881 void WasmFrame::Summarize(std::vector<FrameSummary>* functions) const { in Summarize() function in v8::internal::WasmFrame