Searched refs:GetLwpStackBottom (Results 1 – 3 of 3) sorted by relevance
144 uintptr_t GetLwpStackBottom(uintptr_t current_esp) const;
109 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_ebp); in IsLwpCrashedCallback()138 uintptr_t stack_bottom = lwp_lister->GetLwpStackBottom(last_esp); in WriteLwpStack()700 writer_args->lwp_lister->GetLwpStackBottom( in Write()
287 uintptr_t SolarisLwp::GetLwpStackBottom(uintptr_t current_esp) const { in GetLwpStackBottom() function in google_breakpad::SolarisLwp