Home
last modified time | relevance | path

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

/art/runtime/
Druntime_common.cc145 void DumpArmStatusRegister(std::ostream& os, RegisterType status_register) const;
264 DumpArmStatusRegister(os, context.arm_cpsr); in Dump()
281 DumpArmStatusRegister(os, context.pstate); in Dump()
329 void UContext::DumpArmStatusRegister(std::ostream& os, RegisterType status_register) const { in DumpArmStatusRegister() function in art::UContext