Searched refs:uc (Results 1 – 8 of 8) sorted by relevance
285 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local286 *out_sp = static_cast<uintptr_t>(uc->CTX_ESP); in GetMethodAndReturnPcAndSp()302 *out_method = reinterpret_cast<ArtMethod*>(uc->CTX_METHOD); in GetMethodAndReturnPcAndSp()310 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in GetMethodAndReturnPcAndSp()332 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local333 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action()334 uint8_t* sp = reinterpret_cast<uint8_t*>(uc->CTX_ESP); in Action()352 uc->CTX_ESP = reinterpret_cast<uintptr_t>(next_sp); in Action()354 uc->CTX_EIP = reinterpret_cast<uintptr_t>( in Action()388 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local[all …]
47 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in GetMethodAndReturnPcAndSp() local48 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in GetMethodAndReturnPcAndSp()85 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local86 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()160 struct ucontext *uc = reinterpret_cast<struct ucontext *>(context); in Action() local161 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()162 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()
54 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in GetMethodAndReturnPcAndSp() local55 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in GetMethodAndReturnPcAndSp()107 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in Action() local108 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()140 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local141 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()205 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context); in Action() local206 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action()207 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
226 struct ucontext *uc = (struct ucontext *)data; in bad_instr_handle() local227 struct sigcontext *sc = &uc->uc_mcontext; in bad_instr_handle()
560 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler() local561 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in StandardSignalHandler()564 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler()565 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in StandardSignalHandler()568 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler()569 uc->CTX_EIP += 3; in StandardSignalHandler()571 struct ucontext *uc = reinterpret_cast<struct ucontext*>(context); in StandardSignalHandler()572 uc->CTX_EIP += 2; in StandardSignalHandler()
2005 env_->Get ## type ## Field(uc, fid); \2007 env_->Set ## type ## Field(uc, fid, value1); \2018 jclass uc = env_->FindClass("AllFieldsUnrelated"); in TEST_F() local2019 ASSERT_NE(uc, nullptr); in TEST_F()
403 String uc = "ABCDEFG"; in test_String_compareTo() local406 Assert.assertTrue(lc.toUpperCase().equals(uc)); in test_String_compareTo()