Searched refs:m_methodCallLinkInfos (Results 1 – 2 of 2) sorted by relevance
260 …Info, void*, getMethodCallLinkInfoReturnLocation>(m_methodCallLinkInfos.begin(), m_methodCallLinkI… in getMethodCallLinkInfo()360 void addMethodCallLinkInfos(unsigned n) { m_methodCallLinkInfos.grow(n); } in addMethodCallLinkInfos()361 MethodCallLinkInfo& methodCallLinkInfo(int index) { return m_methodCallLinkInfos[index]; } in methodCallLinkInfo()522 Vector<MethodCallLinkInfo> m_methodCallLinkInfos; variable
1488 for (size_t size = m_methodCallLinkInfos.size(), i = 0; i < size; ++i) { in markAggregate()1489 if (m_methodCallLinkInfos[i].cachedStructure) { in markAggregate()1491 markStack.append(&m_methodCallLinkInfos[i].cachedStructure); in markAggregate()1492 ASSERT(!!m_methodCallLinkInfos[i].cachedPrototypeStructure); in markAggregate()1493 markStack.append(&m_methodCallLinkInfos[i].cachedPrototypeStructure); in markAggregate()