Searched refs:lastCallerPathIndexs_ (Results 1 – 4 of 4) sorted by relevance
523 lastCallerPathIndexs_.emplace_back(INVALID_UINT64); in AppendNewNativeHookData()551 lastCallerPathIndexs_[i] = symbolIt->second; in UpdateLastCallerPathIndexs()553 lastCallerPathIndexs_[i] = INVALID_UINT64; in UpdateLastCallerPathIndexs()603 return lastCallerPathIndexs_; in LastCallerPathIndexs()
782 lastCallerPathIndexs_.clear(); in Clear()797 std::deque<uint64_t> lastCallerPathIndexs_ = {}; variable
524 lastCallerPathIndexs_.emplace_back(INVALID_UINT64); in AppendNewNativeHookData()552 lastCallerPathIndexs_[i] = symbolIt->second; in UpdateLastCallerPathIndexs()554 lastCallerPathIndexs_[i] = INVALID_UINT64; in UpdateLastCallerPathIndexs()604 return lastCallerPathIndexs_; in LastCallerPathIndexs()
786 lastCallerPathIndexs_.clear(); in Clear()801 std::deque<uint64_t> lastCallerPathIndexs_ = {}; variable