Searched refs:EvalExpression (Results 1 – 2 of 2) sorted by relevance
/system/unwinding/libunwindstack/include/unwindstack/ |
D | DwarfSection.h | 165 bool EvalExpression(const DwarfLocation& loc, Memory* regular_memory, AddressType* value,
|
/system/unwinding/libunwindstack/ |
D | DwarfSection.cpp | 383 bool DwarfSectionImpl<AddressType>::EvalExpression(const DwarfLocation& loc, Memory* regular_memory, in EvalExpression() function in unwindstack::DwarfSectionImpl 452 if (!EvalExpression(*loc, regular_memory, &value, &eval_info->regs_info, &is_dex_pc)) { in EvalRegister() 525 if (!EvalExpression(*loc, regular_memory, &value, &eval_info.regs_info, nullptr)) { in Eval()
|