Home
last modified time | relevance | path

Searched defs:uc (Results 1 – 7 of 7) 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.cc43 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp() local
79 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
108 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local
154 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local
/art/runtime/arch/mips64/
Dfault_handler_mips64.cc43 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
81 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
116 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
/art/runtime/arch/mips/
Dfault_handler_mips.cc42 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
79 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
114 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
/art/runtime/arch/arm/
Dfault_handler_arm.cc50 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
101 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
134 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
199 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
Dinstruction_set_features_arm.cc225 struct ucontext *uc = (struct ucontext *)data; in bad_instr_handle() local
/art/test/082-inline-execute/src/
DMain.java403 String uc = "ABCDEFG"; in test_String_compareTo() local