Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_symbol.h31 uint64_t taskVaddr_ = 0; member
66 : taskVaddr_(taskVaddr), comm_(comm) {}
120 ss << comm_ << "@0x" << std::hex << taskVaddr_; in GetName()
133 ss << "0x" << std::hex << taskVaddr_; in ToString()
152 ss << "@" << taskVaddr_; in ToDebugString()