Lines Matching refs:m_stack_id
408 m_tid(LLDB_INVALID_THREAD_ID), m_stack_id() {} in ExecutionContextRef()
412 m_tid(LLDB_INVALID_THREAD_ID), m_stack_id() { in ExecutionContextRef()
419 m_tid(LLDB_INVALID_THREAD_ID), m_stack_id() { in ExecutionContextRef()
425 m_tid(LLDB_INVALID_THREAD_ID), m_stack_id() { in ExecutionContextRef()
432 m_stack_id(rhs.m_stack_id) {} in ExecutionContextRef()
441 m_stack_id = rhs.m_stack_id; in operator =()
458 m_stack_id = frame_sp->GetStackID(); in operator =()
460 m_stack_id.Clear(); in operator =()
501 m_stack_id = frame_sp->GetStackID(); in SetFrameSP()
616 if (m_stack_id.IsValid()) { in GetFrameSP()
619 return thread_sp->GetFrameWithStackID(m_stack_id); in GetFrameSP()