Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dfault_handler_arm64.cc47 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp() local
85 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
114 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local
160 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local
/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/arm/
Dfault_handler_arm.cc54 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
107 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
140 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
205 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local
Dinstruction_set_features_arm.cc226 struct ucontext *uc = (struct ucontext *)data; in bad_instr_handle() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc285 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local
332 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
388 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local
444 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.cc560 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler() local
/art/runtime/jni/
Djni_internal_test.cc1909 jclass uc = env_->FindClass("AllFieldsUnrelated"); in TEST_F() local