Home
last modified time | relevance | path

Searched refs:ucontext (Results 1 – 9 of 9) sorted by relevance

/art/test/004-SignalTest/
Dsignaltest.cc32 #define ucontext __darwin_ucontext macro
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()
84 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()
88 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()
91 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc47 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp()
85 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
114 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action()
160 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action()
/art/runtime/arch/arm/
Dfault_handler_arm.cc54 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()
107 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
140 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
205 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
Dinstruction_set_features_arm.cc226 struct ucontext *uc = (struct ucontext *)data; in bad_instr_handle()
/art/runtime/arch/x86/
Dfault_handler_x86.cc32 #define ucontext __darwin_ucontext macro
285 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()
332 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
388 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
444 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
/art/runtime/
Dnative_stack_dump.h38 void* ucontext = nullptr,
Dnative_stack_dump.cc335 if (!backtrace->Unwind(0, reinterpret_cast<ucontext*>(ucontext_ptr))) { in DumpNativeStack()
/art/test/115-native-bridge/
Dnativebridge.cc537 #define ucontext __darwin_ucontext macro
560 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler()
564 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler()
568 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler()
571 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler()
/art/sigchainlib/
Dsigchain.cc326 ucontext_t* ucontext = static_cast<ucontext_t*>(ucontext_raw); in Handler() local
329 sigorset(&mask, &ucontext->uc_sigmask64, &chains[signo].action_.sa_mask); in Handler()
332 sigorset(&mask, &ucontext->uc_sigmask, &chains[signo].action_.sa_mask); in Handler()