Searched defs:CreateFromUcontext (Results 1 – 6 of 6) sorted by relevance
| /system/unwinding/libunwindstack/ | ||
| D | Regs.cpp | 123 Regs* Regs::CreateFromUcontext(ArchEnum arch, void* ucontext) { in CreateFromUcontext() function in unwindstack::Regs |
| D | RegsArm.cpp | 91 Regs* RegsArm::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsArm |
| D | RegsX86_64.cpp | 127 Regs* RegsX86_64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsX86_64 |
| D | RegsX86.cpp | 107 Regs* RegsX86::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsX86 |
| D | RegsRiscv64.cpp | 150 Regs* RegsRiscv64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsRiscv64 |
| D | RegsArm64.cpp | 146 Regs* RegsArm64::CreateFromUcontext(void* ucontext) { in CreateFromUcontext() function in unwindstack::RegsArm64 |