Searched refs:m_func_bounds (Results 1 – 1 of 1) sorted by relevance
147 AddressRange m_func_bounds; member in AssemblyParse_x86170 m_func_bounds(func), in AssemblyParse_x86()201 if (m_func_bounds.GetByteSize() == 0) in AssemblyParse_x86()202 m_func_bounds.SetByteSize(512); in AssemblyParse_x86()506 m_cur_insn = m_func_bounds.GetBaseAddress (); in get_non_call_site_unwind_plan()517 unwind_plan.SetPlanValidAddressRange (m_func_bounds); in get_non_call_site_unwind_plan()544 while (m_func_bounds.ContainsFileAddress (m_cur_insn) && non_prologue_insn_count < 10) in get_non_call_site_unwind_plan()685 Address end_of_fun(m_func_bounds.GetBaseAddress()); in get_non_call_site_unwind_plan()686 end_of_fun.SetOffset (end_of_fun.GetOffset() + m_func_bounds.GetByteSize()); in get_non_call_site_unwind_plan()688 if (m_func_bounds.GetByteSize() > 7) in get_non_call_site_unwind_plan()[all …]