Home
last modified time | relevance | path

Searched refs:UContext (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Druntime_common.cc133 struct UContext { struct
134 explicit UContext(void* raw_context) in UContext() function
150 void UContext::Dump(std::ostream& os) const { in Dump()
288 void UContext::DumpRegister32(std::ostream& os, const char* name, uint32_t value) const { in DumpRegister32()
292 void UContext::DumpRegister64(std::ostream& os, const char* name, uint64_t value) const { in DumpRegister64()
296 void UContext::DumpX86Flags(std::ostream& os, uint32_t flags) const { in DumpX86Flags()
329 void UContext::DumpArmStatusRegister(std::ostream& os, RegisterType status_register) const { in DumpArmStatusRegister()
399 UContext thread_context(raw_context); in HandleUnexpectedSignalCommonDump()
412 << "Registers:\n" << Dumpable<UContext>(thread_context) << std::endl in HandleUnexpectedSignalCommonDump()