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

  /system/core/libunwindstack/include/unwindstack/
RegsX86.h 46 void SetFromUcontext(x86_ucontext_t* ucontext);
RegsX86_64.h 46 void SetFromUcontext(x86_64_ucontext_t* ucontext);
  /system/core/libunwindstack/
RegsX86.cpp 101 void RegsX86::SetFromUcontext(x86_ucontext_t* ucontext) {
118 regs->SetFromUcontext(x86_ucontext);
176 SetFromUcontext(&x86_ucontext);
RegsX86_64.cpp 117 void RegsX86_64::SetFromUcontext(x86_64_ucontext_t* ucontext) {
137 regs->SetFromUcontext(x86_64_ucontext);
167 SetFromUcontext(&x86_64_ucontext);

Completed in 206 milliseconds