Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DDwarfSection.h132 bool EvalRegister(const DwarfLocation* loc, uint32_t reg, AddressType* reg_ptr, void* info);
/system/core/libunwindstack/
DDwarfSection.cpp415 bool DwarfSectionImpl<AddressType>::EvalRegister(const DwarfLocation* loc, uint32_t reg, in EvalRegister() function in unwindstack::DwarfSectionImpl
533 if (!EvalRegister(&entry.second, reg, reg_ptr, &eval_info)) { in Eval()