HomeSort by relevance Sort by last modified time
    Searched refs:upt_info_ (Results 1 - 2 of 2) sorted by null

  /system/core/libbacktrace/
UnwindPtrace.cpp 31 UnwindPtrace::UnwindPtrace() : addr_space_(NULL), upt_info_(NULL) {
35 if (upt_info_) {
36 _UPT_destroy(upt_info_);
37 upt_info_ = NULL;
64 upt_info_ = reinterpret_cast<struct UPT_info*>(_UPT_create(Tid()));
65 if (!upt_info_) {
71 int ret = unw_init_remote(&cursor, addr_space_, upt_info_);
126 upt_info_) >= 0 && buf[0] != '\0') {
UnwindPtrace.h 37 struct UPT_info* upt_info_; member in class:UnwindPtrace

Completed in 64 milliseconds