Searched refs:uc (Results 1 – 7 of 7) sorted by relevance
43 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp() local44 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in GetMethodAndReturnPcAndSp()79 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local80 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()108 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local109 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()154 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local155 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()156 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
80 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local81 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in signalhandler()84 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local85 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in signalhandler()88 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local89 uc->CTX_EIP += 3; in signalhandler()91 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in signalhandler() local92 uc->CTX_EIP += 2; in signalhandler()
50 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local51 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in GetMethodAndReturnPcAndSp()101 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local102 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()134 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local135 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()199 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local200 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()201 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
225 struct ucontext *uc = (struct ucontext *)data; in bad_instr_handle() local226 struct sigcontext *sc = &uc->uc_mcontext; in bad_instr_handle()
43 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local44 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in GetMethodAndReturnPcAndSp()81 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local82 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()116 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local117 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()118 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
42 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local43 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in GetMethodAndReturnPcAndSp()79 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local80 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()114 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local115 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()116 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
403 String uc = "ABCDEFG"; in test_String_compareTo() local406 Assert.assertTrue(lc.toUpperCase().equals(uc)); in test_String_compareTo()