Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_instructions.cpp81 RegLoc cfaLoc; in Apply() local
85 cfaLoc.type = REG_LOC_VAL_EXPRESSION; in Apply()
86 cfaLoc.val = static_cast<intptr_t>(rsState.cfaExprPtr); in Apply()
87 if (!Flush(regs, memory, 0, cfaLoc, cfa)) { in Apply()