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

  /system/core/libunwindstack/
RegsMips64.cpp 25 #include <unwindstack/RegsMips64.h>
31 RegsMips64::RegsMips64()
34 ArchEnum RegsMips64::Arch() {
38 uint64_t RegsMips64::pc() {
42 uint64_t RegsMips64::sp() {
46 void RegsMips64::set_pc(uint64_t pc) {
50 void RegsMips64::set_sp(uint64_t sp) {
54 uint64_t RegsMips64::GetPcAdjustment(uint64_t rel_pc, Elf*) {
62 bool RegsMips64::SetPcFromReturnAddress(Memory*)
    [all...]
Regs.cpp 29 #include <unwindstack/RegsMips64.h>
69 return RegsMips64::Read(buffer.data());
87 return RegsMips64::CreateFromUcontext(ucontext);
125 regs = new RegsMips64();
  /system/core/libunwindstack/include/unwindstack/
RegsMips64.h 32 class RegsMips64 : public RegsImpl<uint64_t> {
34 RegsMips64();
35 virtual ~RegsMips64() = default;
  /system/core/libunwindstack/tests/
RegsTest.cpp 29 #include <unwindstack/RegsMips64.h>
128 RegsMips64 mips64;
184 RegsMips64 regs_mips64;
261 RegsMips64 mips64;
285 RegsMips64 mips64_regs;
313 regs.emplace_back(new RegsMips64());
RegsIterateTest.cpp 37 #include <unwindstack/RegsMips64.h>
199 std::vector<Register> ExpectedRegisters<RegsMips64>() {
238 using RegTypes = ::testing::Types<RegsArm, RegsArm64, RegsX86, RegsX86_64, RegsMips, RegsMips64>;
RegsStepIfSignalHandlerTest.cpp 31 #include <unwindstack/RegsMips64.h>
244 RegsMips64 regs;
UnwinderTest.cpp 36 #include <unwindstack/RegsMips64.h>
    [all...]

Completed in 78 milliseconds