Searched refs:mapIndex (Results 1 – 1 of 1) sorted by relevance
864 int64_t mapIndex = thread.FindMapIndexByAddr(ip); in GetKernelThreadSymbol() local865 if (mapIndex < 0) { in GetKernelThreadSymbol()872 auto map = thread.GetMaps()[mapIndex]; in GetKernelThreadSymbol()911 int64_t mapIndex = thread.FindMapIndexByAddr(ip); in GetUserSymbol() local912 if (mapIndex >= 0) { in GetUserSymbol()913 auto map = thread.GetMaps()[mapIndex]; in GetUserSymbol()