Searched refs:uc (Results 1 - 10 of 10) sorted by relevance

/art/test/004-SignalTest/
H A Dsignaltest.cc58 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
59 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
62 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
63 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
66 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
67 uc->CTX_EIP += 3;
69 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
70 uc->CTX_EIP += 2;
/art/runtime/arch/arm64/
H A Dfault_handler_arm64.cc46 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
47 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
59 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); local
60 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
93 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
94 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
118 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); local
119 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
164 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); local
165 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc
166 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; local
[all...]
/art/runtime/arch/mips/
H A Dfault_handler_mips.cc45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
46 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
81 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
110 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
111 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; local
/art/runtime/arch/mips64/
H A Dfault_handler_mips64.cc45 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
46 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
81 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
109 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
110 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
111 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; local
/art/runtime/arch/x86/
H A Dfault_handler_x86.cc246 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
247 uc->CTX_JMP_BUF = reinterpret_cast<uintptr_t>(*self->GetNestedSignalState());
248 uc->CTX_EIP = reinterpret_cast<uintptr_t>(art_nested_signal_return);
254 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
255 *out_sp = static_cast<uintptr_t>(uc->CTX_ESP);
271 *out_method = reinterpret_cast<ArtMethod*>(uc->CTX_METHOD);
277 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP);
296 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
297 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP);
298 uint8_t* sp = reinterpret_cast<uint8_t*>(uc
354 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
410 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
[all...]
/art/runtime/arch/arm/
H A Dfault_handler_arm.cc56 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
57 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
70 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
71 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
119 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
120 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
145 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
146 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
210 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
211 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc
212 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; local
[all...]
H A Dinstruction_set_features_arm.cc192 struct ucontext *uc = (struct ucontext *)data; local
193 struct sigcontext *sc = &uc->uc_mcontext;
/art/test/115-native-bridge/
H A Dnativebridge.cc418 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
419 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
422 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
423 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
426 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
427 uc->CTX_EIP += 3;
429 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
430 uc->CTX_EIP += 2;
/art/tools/
H A Dcpplint.py2818 for uc in unicodedata.normalize('NFC', line):
2819 if unicodedata.east_asian_width(uc) in ('W', 'F'):
2821 elif not unicodedata.combining(uc):
/art/test/082-inline-execute/src/
H A DMain.java403 String uc = "ABCDEFG";
406 Assert.assertTrue(lc.toUpperCase().equals(uc));

Completed in 297 milliseconds