Home
last modified time | relevance | path

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

/art/test/004-SignalTest/
Dsignaltest.cc31 #define ucontext __darwin_ucontext macro
58 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()
62 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()
66 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler()
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc46 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal()
59 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp()
93 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
118 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action()
164 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action()
/art/runtime/arch/arm/
Dfault_handler_arm.cc56 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal()
70 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()
119 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
145 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
210 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
Dinstruction_set_features_arm.cc192 struct ucontext *uc = (struct ucontext *)data; in bad_divide_inst_handle()
/art/runtime/arch/mips/
Dfault_handler_mips.cc45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
/art/runtime/arch/mips64/
Dfault_handler_mips64.cc45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action()
/art/runtime/arch/x86/
Dfault_handler_x86.cc31 #define ucontext __darwin_ucontext macro
246 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal()
254 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp()
296 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
354 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
410 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action()
/art/test/115-native-bridge/
Dnativebridge.cc365 #define ucontext __darwin_ucontext macro
389 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in nb_signalhandler()
393 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in nb_signalhandler()
397 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in nb_signalhandler()
/art/runtime/
Dutils.h224 ArtMethod* current_method = nullptr, void* ucontext = nullptr)
Dutils.cc1102 if (!backtrace->Unwind(0, reinterpret_cast<ucontext*>(ucontext_ptr))) { in DumpNativeStack()