HomeSort by relevance Sort by last modified time
    Searched refs:SetRegisterInfo (Results 1 - 11 of 11) sorted by null

  /external/lldb/source/Symbol/
DWARFCallFrameInfo.cpp 288 cie_sp->initial_row.SetRegisterInfo (reg_num, reg_location);
483 row->SetRegisterInfo (reg_num, reg_location);
499 row->SetRegisterInfo (reg_num, reg_location);
573 row->SetRegisterInfo (reg_num, reg_location);
584 row->SetRegisterInfo (reg_num, reg_location);
595 row->SetRegisterInfo (reg_num, reg_location);
606 row->SetRegisterInfo (reg_num, reg_location);
619 row->SetRegisterInfo (reg_num, reg_location);
708 row->SetRegisterInfo (reg_num, reg_location);
721 row->SetRegisterInfo (reg_num, reg_location)
    [all...]
UnwindPlan.cpp 211 UnwindPlan::Row::SetRegisterInfo (uint32_t reg_num, const UnwindPlan::Row::RegisterLocation register_location)
  /external/lldb/source/Plugins/Process/Utility/
DynamicRegisterInfo.h 33 SetRegisterInfo (const lldb_private::PythonDictionary &dict);
DynamicRegisterInfo.cpp 43 SetRegisterInfo (dict);
52 DynamicRegisterInfo::SetRegisterInfo (const lldb_private::PythonDictionary &dict)
  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.cpp 527 row->SetRegisterInfo (m_lldb_sp_regnum, initial_regloc);
532 row->SetRegisterInfo (m_lldb_ip_regnum, initial_regloc);
568 row->SetRegisterInfo (m_lldb_fp_regnum, regloc);
609 row->SetRegisterInfo (lldb_regno, regloc);
626 row->SetRegisterInfo (lldb_regno, regloc);
731 epi_row->SetRegisterInfo (m_lldb_sp_regnum, epi_regloc);
735 epi_row->SetRegisterInfo (m_lldb_ip_regnum, epi_regloc);
791 row->SetRegisterInfo (m_lldb_ip_regnum, pc_reginfo);
794 row->SetRegisterInfo (m_lldb_sp_regnum, sp_reginfo);
808 row->SetRegisterInfo (m_lldb_fp_regnum, fp_reginfo)
    [all...]
  /external/lldb/source/Expression/
ClangExpressionVariable.cpp 72 ClangExpressionVariable::SetRegisterInfo (const RegisterInfo *reg_info)
ClangExpressionDeclMap.cpp     [all...]
  /art/compiler/optimizing/
stack_map_stream.h 175 dex_register_map.SetRegisterInfo(i, register_entry.kind, register_entry.value);
  /art/runtime/
stack_map.h 97 void SetRegisterInfo(uint16_t register_index, LocationKind kind, int32_t value) {
  /external/lldb/include/lldb/Expression/
ClangExpressionVariable.h 217 SetRegisterInfo (const RegisterInfo *reg_info);
  /external/lldb/include/lldb/Symbol/
UnwindPlan.h 258 SetRegisterInfo (uint32_t reg_num, const RegisterLocation register_location);

Completed in 976 milliseconds