Searched refs:this_sp (Results 1 – 3 of 3) sorted by relevance
69 Dwarf_Word this_sp; in s390_unwind() local70 if (! getfunc (0 + 15, 1, &this_sp, arg)) in s390_unwind()73 Dwarf_Addr next_cfa = this_sp + 16 * word_size + 32; in s390_unwind()
42 auto this_sp = this->shared_from_this(); in GetSharedPointer() local47 return {std::move(this_sp), desired_object}; in GetSharedPointer()
698 lldb::StackFrameSP this_sp = GetFrameSP(); in IsEqual() local700 return (this_sp && that_sp && this_sp->GetStackID() == that_sp->GetStackID()); in IsEqual()