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

  /external/chromium_org/v8/src/compiler/
linkage-impl.h 21 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(LinkageTraits::CRegisterParameter(i)))
213 static LinkageLocation regloc(Register reg) { function in class:v8::internal::compiler::LinkageHelper
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextLLDB.cpp 803 RegisterContextLLDB::ReadRegisterValueFromRegisterLocation (lldb_private::UnwindLLDB::RegisterLocation regloc,
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,
1331 lldb_private::UnwindLLDB::RegisterLocation regloc; local
1362 lldb_private::UnwindLLDB::RegisterLocation regloc; local
1386 lldb_private::UnwindLLDB::RegisterLocation regloc; local
    [all...]
RegisterContextLLDB.h 135 SavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc);
138 ReadRegisterValueFromRegisterLocation (lldb_private::UnwindLLDB::RegisterLocation regloc,
143 WriteRegisterValueToRegisterLocation (lldb_private::UnwindLLDB::RegisterLocation regloc,
UnwindLLDB.cpp 281 UnwindLLDB::SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, uint32_t starting_frame_num, bool pc_reg)
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;
UnwindLLDB.h 90 SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, uint32_t starting_frame_num, bool pc_register);
  /external/lldb/source/Plugins/UnwindAssembly/x86/
UnwindAssembly-x86.cpp 566 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/
readelf.c 7908 const Ebl_Register_Location *regloc; member in struct:register_info
    [all...]

Completed in 697 milliseconds