Searched refs:DecodeDwCfa (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_cfa_instructions.h | 38 bool DecodeDwCfa(uint8_t op, CommonInfoEntry cie, uintptr_t& pcOffset, uintptr_t& instPtr, RegLocState &rsState);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dwarf_cfa_instructions.cpp | 60 if (!DecodeDwCfa(opCode, cie, pcOffset, instPtr, rsState)) {
in Iterate() 69 bool DwarfCfaInstructions::DecodeDwCfa(uint8_t opCode, CommonInfoEntry cie,
in DecodeDwCfa() function in OHOS::HiviewDFX::DwarfCfaInstructions
|
Completed in 2 milliseconds