Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DDwarfOp.cpp93 DwarfOpHandleFunc handle_func; member
1543 if (op->handle_func == OP_ILLEGAL) { in Decode()
1548 const auto handle_func = kOpHandleFuncList[op->handle_func]; in Decode() local
1566 return (this->*handle_func)(); in Decode()
1582 if (op->handle_func == OP_ILLEGAL) { in GetLogInfo()
DDwarfCfa.cpp108 const auto handle_func = DwarfCfa<AddressType>::kCallbackTable[cfa_low]; in GetLocationInfo() local
109 if (handle_func == nullptr) { in GetLocationInfo()
136 if (!(this->*handle_func)(loc_regs)) { in GetLocationInfo()