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

  /art/compiler/optimizing/
locations.h 103 static Location RegisterLocation(ManagedRegister reg) {
  /external/libcxxabi/src/Unwind/
DwarfInstructions.hpp 51 typedef typename CFI_Parser<A>::RegisterLocation RegisterLocation;
60 pint_t cfa, const RegisterLocation &savedReg);
62 pint_t cfa, const RegisterLocation &savedReg);
64 pint_t cfa, const RegisterLocation &savedReg);
83 const RegisterLocation &savedReg) {
111 const RegisterLocation &savedReg) {
134 const RegisterLocation &savedReg) {
DwarfParser.hpp 76 struct RegisterLocation {
90 RegisterLocation savedRegisters[kMaxRegisterNumber];
  /external/lldb/source/Plugins/Process/Utility/
UnwindLLDB.h 43 struct RegisterLocation {
90 SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, uint32_t starting_frame_num, bool pc_register);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DwarfInstructions.hpp 51 typedef typename CFI_Parser<A>::RegisterLocation RegisterLocation;
60 pint_t cfa, const RegisterLocation &savedReg);
62 pint_t cfa, const RegisterLocation &savedReg);
64 pint_t cfa, const RegisterLocation &savedReg);
83 const RegisterLocation &savedReg) {
111 const RegisterLocation &savedReg) {
134 const RegisterLocation &savedReg) {
DwarfParser.hpp 76 struct RegisterLocation {
90 RegisterLocation savedRegisters[kMaxRegisterNumber];
  /external/lldb/include/lldb/Symbol/
UnwindPlan.h 44 class RegisterLocation
62 RegisterLocation() :
69 operator == (const RegisterLocation& rhs) const;
72 operator != (const RegisterLocation &rhs) const
255 GetRegisterInfo (uint32_t reg_num, RegisterLocation& register_location) const;
258 SetRegisterInfo (uint32_t reg_num, const RegisterLocation register_location);
336 typedef std::map<uint32_t, RegisterLocation> collection;

Completed in 153 milliseconds