Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dfault_handler_arm64.cc44 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal() local
57 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp() local
90 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
114 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local
159 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
111 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
136 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
200 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
/art/test/004-SignalTest/
Dsignaltest.cc57 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local
61 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local
65 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc239 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in HandleNestedSignal() local
247 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
283 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
341 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
397 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
/art/test/082-inline-execute/src/
DMain.java254 String uc = "ABCDEFG"; in test_String_compareTo() local
/art/compiler/
Dcommon_compiler_test.cc51 struct ucontext *uc = (struct ucontext *)data; in baddivideinst() local