Home
last modified time | relevance | path

Searched refs:reg2 (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddwarf_cfa_instructions.cpp75 uint64_t reg2 = 0; in DecodeDwCfa() local
149 reg2 = memory_->ReadUleb128(instPtr); in DecodeDwCfa()
150 DFXLOGU("DW_CFA_register: reg=%{public}d, reg2=%{public}d", (int)reg, (int)reg2); in DecodeDwCfa()
151 if (!DfxRegsQut::IsQutReg(static_cast<uint16_t>(reg2), qutIdx) || in DecodeDwCfa()
157 rsState.locs[qutIdx].val = static_cast<intptr_t>(reg2); in DecodeDwCfa()
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dio_collector_test.cpp51 bool CheckFormat(const std::string &fileName, const std::regex &reg1, const std::regex &reg2) in CheckFormat() argument
67 if (!regex_match(line, reg1) || !regex_match(line, reg2)) { in CheckFormat()

Completed in 2 milliseconds