Searched refs:cachedPrototypeStructure (Results 1 – 4 of 4) sorted by relevance
131 return cachedPrototypeStructure; in seenOnce()136 ASSERT(!cachedStructure && !cachedPrototypeStructure); in setSeen()143 cachedPrototypeStructure.setWithoutWriteBarrier((Structure*)1); in setSeen()149 WriteBarrier<Structure> cachedPrototypeStructure; member
1492 ASSERT(!!m_methodCallLinkInfos[i].cachedPrototypeStructure); in markAggregate()1493 markStack.append(&m_methodCallLinkInfos[i].cachedPrototypeStructure); in markAggregate()
659 …methodCallLinkInfo.cachedPrototypeStructure.set(globalData, codeBlock->ownerExecutable(), prototyp… in patchMethodCallProto()
682 …methodCallLinkInfo.cachedPrototypeStructure.set(globalData, codeBlock->ownerExecutable(), prototyp… in patchMethodCallProto()