Lines Matching defs:frame_sp

150   void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
201 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
440 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
452 ExecutionContextScope *scope = frame_sp.get();
603 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
617 ExecutionContextScope *scope = frame_sp.get();
924 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
936 ExecutionContextScope *exe_scope = frame_sp.get();
987 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
992 ExecutionContextScope *exe_scope = frame_sp.get();
1219 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
1234 ExecutionContextScope *exe_scope = frame_sp.get();
1267 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
1338 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
1353 if (!frame_sp.get()) {
1360 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext();
1400 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
1418 if (!frame_sp.get()) {
1425 lldb::RegisterContextSP reg_context_sp = frame_sp->GetRegisterContext();
1513 Materializer::Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map,
1515 ExecutionContextScope *exe_scope = frame_sp.get();
1527 new Dematerializer(*this, frame_sp, map, process_address));
1535 entity_up->Materialize(frame_sp, map, process_address, error);
1544 "Materializer::Materialize (frame_sp = %p, process_address = 0x%" PRIx64
1546 static_cast<void *>(frame_sp.get()), process_address);
1559 lldb::StackFrameSP frame_sp;
1563 frame_sp = thread_sp->GetFrameWithStackID(m_stack_id);
1565 ExecutionContextScope *exe_scope = frame_sp.get();
1579 "Materializer::Dematerialize (frame_sp = %p, process_address "
1581 static_cast<void *>(frame_sp.get()), m_process_address);
1587 entity_up->Dematerialize(frame_sp, *m_map, m_process_address, frame_top,