Searched refs:handle_func (Results 1 - 3 of 3) sorted by relevance

/system/core/libunwindstack/
H A DDwarfOp.cpp100 const auto handle_func = op->handle_func; local
101 if (handle_func == nullptr) {
122 return (this->*handle_func)();
138 if (op->handle_func == nullptr) {
H A DDwarfCfa.cpp107 const auto handle_func = DwarfCfa<AddressType>::kCallbackTable[cfa_low]; local
108 if (handle_func == nullptr) {
135 if (!(this->*handle_func)(loc_regs)) {
H A DDwarfOp.h47 bool (DwarfOp::*handle_func)(); member in struct:unwindstack::DwarfOp::OpCallback

Completed in 51 milliseconds