Home
last modified time | relevance | path

Searched refs:SetFromUcontext (Results 1 – 4 of 4) sorted by relevance

/system/core/libunwindstack/
DRegsX86_64.cpp111 void RegsX86_64::SetFromUcontext(x86_64_ucontext_t* ucontext) { in SetFromUcontext() function in unwindstack::RegsX86_64
131 regs->SetFromUcontext(x86_64_ucontext); in CreateFromUcontext()
161 SetFromUcontext(&x86_64_ucontext); in StepIfSignalHandler()
DRegsX86.cpp94 void RegsX86::SetFromUcontext(x86_ucontext_t* ucontext) { in SetFromUcontext() function in unwindstack::RegsX86
111 regs->SetFromUcontext(x86_ucontext); in CreateFromUcontext()
169 SetFromUcontext(&x86_ucontext); in StepIfSignalHandler()
/system/core/libunwindstack/include/unwindstack/
DRegsX86_64.h44 void SetFromUcontext(x86_64_ucontext_t* ucontext);
DRegsX86.h44 void SetFromUcontext(x86_ucontext_t* ucontext);