Lines Matching refs:Row
21 UnwindPlan::Row::RegisterLocation::operator == (const UnwindPlan::Row::RegisterLocation& rhs) const in operator ==()
52 UnwindPlan::Row::RegisterLocation::SetAtDWARFExpression (const uint8_t *opcodes, uint32_t len) in SetAtDWARFExpression()
62 UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression (const uint8_t *opcodes, uint32_t len) in SetIsDWARFExpression()
70 UnwindPlan::Row::RegisterLocation::Dump (Stream &s, const UnwindPlan* unwind_plan, const UnwindPlan… in Dump()
153 UnwindPlan::Row::Clear () in Clear()
162 UnwindPlan::Row::Dump (Stream& s, const UnwindPlan* unwind_plan, Thread* thread, addr_t base_addr) … in Dump()
190 UnwindPlan::Row::Row() : in Row() function in UnwindPlan::Row
199 UnwindPlan::Row::GetRegisterInfo (uint32_t reg_num, UnwindPlan::Row::RegisterLocation& register_loc… in GetRegisterInfo()
211 UnwindPlan::Row::SetRegisterInfo (uint32_t reg_num, const UnwindPlan::Row::RegisterLocation registe… in SetRegisterInfo()
217 UnwindPlan::Row::SetRegisterLocationToAtCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_r… in SetRegisterLocationToAtCFAPlusOffset()
228 UnwindPlan::Row::SetRegisterLocationToIsCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_r… in SetRegisterLocationToIsCFAPlusOffset()
239 UnwindPlan::Row::SetRegisterLocationToUndefined (uint32_t reg_num, bool can_replace, bool can_repla… in SetRegisterLocationToUndefined()
258 UnwindPlan::Row::SetRegisterLocationToUnspecified (uint32_t reg_num, bool can_replace) in SetRegisterLocationToUnspecified()
269 UnwindPlan::Row::SetRegisterLocationToRegister (uint32_t reg_num, in SetRegisterLocationToRegister()
282 UnwindPlan::Row::SetRegisterLocationToSame (uint32_t reg_num, bool must_replace) in SetRegisterLocationToSame()
293 UnwindPlan::Row::SetCFARegister (uint32_t reg_num) in SetCFARegister()
299 UnwindPlan::Row::operator == (const UnwindPlan::Row& rhs) const in operator ==()