Lines Matching refs:ip
39 It mainly receives data is ip pointer (virtual address), pid
143 uint64_t& ip = first;
150 ip = sym.ip;
154 SymbolCacheKey(const std::pair<uint64_t, uint32_t>& arg) : pair(arg), ip(first), filePathId(second) {}
155 SymbolCacheKey(uint64_t ip, uint32_t filePathId) : pair(ip, filePathId), ip(first), filePathId(second) {}
165 seed ^= hasher(key.ip) + 0x9e3779b9 + (seed << 6) + (seed >> 2);
184 bool GetSymbolCache(uint64_t ip, DfxSymbol &symbol, const VirtualThread &thread);
185 void UpdateSymbolCache(uint64_t ip, DfxSymbol &symbol, HashList<uint64_t, DfxSymbol> &cache);
193 const DfxSymbol GetKernelSymbol(uint64_t ip, const std::vector<std::shared_ptr<DfxMap>> &maps,
195 const DfxSymbol GetUserSymbol(uint64_t ip, const VirtualThread &thread);