Searched defs:UContext (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Druntime_linux.cc134 struct UContext { struct in namespace:art
135 explicit UContext(void* raw_context) : context(reinterpret_cast<ucontext_t*>(raw_context)->uc_mcontext) {} function in struct:art::UContext
296 UContext thread_context(raw_context);
308 << "Registers:\n" << Dumpable<UContext>(thread_context) << "\n"

Completed in 19 milliseconds