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

/art/test/004-SignalTest/
H A Dsignaltest.cc80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
81 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
84 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
85 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
88 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
89 uc->CTX_EIP += 3;
91 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
92 uc->CTX_EIP += 2;
/art/runtime/arch/mips/
H A Dfault_handler_mips.cc41 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
42 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
78 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
79 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
113 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
114 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
115 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; local
/art/runtime/arch/mips64/
H A Dfault_handler_mips64.cc42 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
43 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);
115 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
116 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
117 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; local
/art/runtime/arch/arm/
H A Dfault_handler_arm.cc51 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
52 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
102 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
103 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
135 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
136 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
200 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
201 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
202 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; local
H A Dinstruction_set_features_arm.cc223 struct ucontext *uc = (struct ucontext *)data; local
224 struct sigcontext *sc = &uc->uc_mcontext;
/art/runtime/arch/arm64/
H A Dfault_handler_arm64.cc44 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); local
45 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);
155 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); local
156 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
157 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; local
/art/runtime/arch/x86/
H A Dfault_handler_x86.cc283 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); local
284 *out_sp = static_cast<uintptr_t>(uc->CTX_ESP);
300 *out_method = reinterpret_cast<ArtMethod*>(uc->CTX_METHOD);
306 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP);
328 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
329 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP);
330 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP);
348 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp);
350 uc->CTX_EIP = reinterpret_cast<uintptr_t>(
384 struct ucontext *uc local
440 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
[all...]
/art/test/115-native-bridge/
H A Dnativebridge.cc542 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); local
543 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
546 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
547 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext);
550 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
551 uc->CTX_EIP += 3;
553 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context);
554 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 206 milliseconds