Searched defs:regloc (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp281 UnwindLLDB::SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, uint32_t starting_frame_num, bool pc_reg) argument
292 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister (lldb_regnum, regloc);
301 result = m_frames[frame_num]->reg_ctx_lldb_sp->SavedLocationForRegister (lldb_regnum, regloc);
308 && regloc.type == UnwindLLDB::RegisterLocation::eRegisterInRegister
312 lldb_regnum = regloc.location.register_number;
H A DRegisterContextLLDB.cpp803 RegisterContextLLDB::ReadRegisterValueFromRegisterLocation (lldb_private::UnwindLLDB::RegisterLocation regloc, argument
811 switch (regloc.type)
815 const RegisterInfo *other_reg_info = GetRegisterInfoAtIndex(regloc.location.register_number);
831 success = value.SetUInt (regloc.location.inferred_value, reg_info->byte_size);
842 regloc.location.target_memory_location,
856 RegisterContextLLDB::WriteRegisterValueToRegisterLocation (lldb_private::UnwindLLDB::RegisterLocation regloc, argument
865 switch (regloc.type)
869 const RegisterInfo *other_reg_info = GetRegisterInfoAtIndex(regloc.location.register_number);
889 regloc.location.target_memory_location,
924 RegisterContextLLDB::SavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc) argument
1331 lldb_private::UnwindLLDB::RegisterLocation regloc; local
1362 lldb_private::UnwindLLDB::RegisterLocation regloc; local
1386 lldb_private::UnwindLLDB::RegisterLocation regloc; local
[all...]
/external/chromium_org/v8/src/compiler/
H A Dlinkage-impl.h21 locations->AddReturn(regloc(LinkageTraits::ReturnValueReg()));
24 locations->AddReturn(regloc(LinkageTraits::ReturnValue2Reg()));
51 locations.AddParam(regloc(LinkageTraits::ContextReg()));
56 LinkageLocation target_loc = regloc(LinkageTraits::JSCallFunctionReg());
99 locations.AddParam(regloc(LinkageTraits::RuntimeCallFunctionReg()));
103 locations.AddParam(regloc(LinkageTraits::RuntimeCallArgCountReg()));
107 locations.AddParam(regloc(LinkageTraits::ContextReg()));
155 locations.AddParam(regloc(reg));
164 locations.AddParam(regloc(LinkageTraits::ContextReg()));
193 locations.AddParam(regloc(LinkageTrait
213 static LinkageLocation regloc(Register reg) { function in class:v8::internal::compiler::LinkageHelper
[all...]
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp566 UnwindPlan::Row::RegisterLocation regloc; local
567 regloc.SetAtCFAPlusOffset (-row->GetCFAOffset());
568 row->SetRegisterInfo (m_lldb_fp_regnum, regloc);
607 UnwindPlan::Row::RegisterLocation regloc; local
608 regloc.SetAtCFAPlusOffset (-current_sp_bytes_offset_from_cfa);
609 row->SetRegisterInfo (lldb_regno, regloc);
624 UnwindPlan::Row::RegisterLocation regloc; local
625 regloc.SetAtCFAPlusOffset (-row->GetCFAOffset());
626 row->SetRegisterInfo (lldb_regno, regloc);
/external/elfutils/0.153/src/
H A Dreadelf.c7797 handle_bit_registers (const Ebl_Register_Location *regloc, const void *desc, argument
7800 desc += regloc->offset;
7809 const Ebl_Register_Location *regloc, const void *desc,
7812 if (regloc->bits % 8 != 0)
7813 return handle_bit_registers (regloc, desc, colno);
7815 desc += regloc->offset;
7817 for (int reg = regloc->regno; reg < regloc->regno + regloc->count; ++reg)
7822 register_info (ebl, reg, regloc, nam
7808 handle_core_register(Ebl *ebl, Elf *core, int maxregname, const Ebl_Register_Location *regloc, const void *desc, unsigned int colno) argument
7908 const Ebl_Register_Location *regloc; member in struct:register_info
[all...]

Completed in 5651 milliseconds