Home
last modified time | relevance | path

Searched defs:add_args (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dcmd_report_test.cpp42 const std::vector<std::string>& add_args = std::vector<std::string>()) { in Report()
47 const std::vector<std::string>& add_args = std::vector<std::string>()) { in ReportRaw()
/aosp12/art/compiler/optimizing/
H A Dnodes.cc1341 auto add_args = [&queue](HInstruction* instruction, size_t indentation) { in Dump() local