Searched refs:processedMethodInfo (Results 1 – 2 of 2) sorted by relevance
272 … const std::pair<size_t, uint32_t> &processedMethodInfo) in SetMethodPcInfoIndex() argument274 auto processedMethodPcInfoIndex = processedMethodInfo.first; in SetMethodPcInfoIndex()275 auto processedMethodOffset = processedMethodInfo.second; in SetMethodPcInfoIndex()
786 …etMethodPcInfoIndex(uint32_t methodOffset, const std::pair<size_t, uint32_t> &processedMethodInfo);