Searched refs:ucontext (Results 1 - 11 of 11) sorted by relevance

/art/test/004-SignalTest/
H A Dsignaltest.cc21 #include <sys/ucontext.h>
31 #define ucontext __darwin_ucontext macro
58 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
62 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
66 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
69 struct ucontext *uc = reinterpret_cast<struct ucontext*>(contex
[all...]
/art/runtime/arch/arm64/
H A Dfault_handler_arm64.cc20 #include <sys/ucontext.h>
46 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
59 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context);
93 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
118 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context);
164 struct ucontext *u
[all...]
/art/runtime/arch/mips/
H A Dfault_handler_mips.cc19 #include <sys/ucontext.h>
45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
/art/runtime/arch/mips64/
H A Dfault_handler_mips64.cc19 #include <sys/ucontext.h>
45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
/art/runtime/arch/arm/
H A Dfault_handler_arm.cc20 #include <sys/ucontext.h>
56 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
70 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
119 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
145 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
210 struct ucontext* u
[all...]
H A Dinstruction_set_features_arm.cc192 struct ucontext *uc = (struct ucontext *)data;
/art/runtime/arch/x86/
H A Dfault_handler_x86.cc20 #include <sys/ucontext.h>
31 #define ucontext __darwin_ucontext macro
246 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
254 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
296 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
354 struct ucontext *uc = reinterpret_cast<struct ucontext*>(contex
[all...]
/art/test/115-native-bridge/
H A Dnativebridge.cc379 #define ucontext __darwin_ucontext macro
418 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
422 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
426 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
429 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
/art/runtime/
H A Dfault_handler.cc21 #include <sys/ucontext.h>
H A Dutils.h251 void* ucontext = nullptr)
H A Dutils.cc1122 if (!backtrace->Unwind(0, reinterpret_cast<ucontext*>(ucontext_ptr))) {

Completed in 138 milliseconds