Home
last modified time | relevance | path

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

/art/test/004-SignalTest/
Dsignaltest.cc80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local
84 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local
88 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local
91 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc44 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
155 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local
/art/runtime/arch/mips/
Dfault_handler_mips.cc41 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
78 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
113 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
/art/runtime/arch/mips64/
Dfault_handler_mips64.cc42 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
115 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc51 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
102 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
135 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
200 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
Dinstruction_set_features_arm.cc223 struct ucontext *uc = (struct ucontext *)data; in bad_instr_handle() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc283 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
328 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
384 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
440 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
/art/test/082-inline-execute/src/
DMain.java403 String uc = "ABCDEFG"; in test_String_compareTo() local
/art/test/115-native-bridge/
Dnativebridge.cc542 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler() local