Home
last modified time | relevance | path

Searched defs:Backtrace (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Druntime_common.h39 struct Backtrace { struct
41 explicit Backtrace(void* raw_context) : raw_context_(raw_context) {} in Backtrace() function
42 void Dump(std::ostream& os) const { in Dump()