Searched refs:fb_expr (Results 1 – 1 of 1) sorted by relevance
3356 DWARFExpression *fb_expr = frame.GetFrameBaseExpression(nullptr); in MatchesOperand() local3357 if (!fb_expr) { in MatchesOperand()3361 auto recurse = [&frame, fb_expr](const Instruction::Operand &child) { in MatchesOperand()3362 return fb_expr->MatchesOperand(frame, child); in MatchesOperand()