Home
last modified time | relevance | path

Searched defs:uc (Results 1 – 9 of 9) sorted by relevance

/art/runtime/arch/arm64/
Dfault_handler_arm64.cc46 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal() local
59 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp() local
93 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
118 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local
164 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc56 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal() local
70 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
119 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
145 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
210 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
Dinstruction_set_features_arm.cc192 struct ucontext *uc = (struct ucontext *)data; in bad_divide_inst_handle() local
/art/test/004-SignalTest/
Dsignaltest.cc58 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local
62 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local
66 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local
/art/runtime/arch/mips/
Dfault_handler_mips.cc45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
/art/runtime/arch/mips64/
Dfault_handler_mips64.cc45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc246 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal() local
254 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
296 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
354 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
410 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
/art/test/115-native-bridge/
Dnativebridge.cc389 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in nb_signalhandler() local
393 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in nb_signalhandler() local
397 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in nb_signalhandler() local
/art/test/082-inline-execute/src/
DMain.java389 String uc = "ABCDEFG"; in test_String_compareTo() local