Searched refs:visitWeak (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITStubRoutine.cpp39 bool JITStubRoutine::visitWeak(RepatchBuffer&) function in class:JSC::JITStubRoutine
H A DAccessorCallJITStubRoutine.cpp46 bool AccessorCallJITStubRoutine::visitWeak(RepatchBuffer& repatchBuffer) function in class:JSC::AccessorCallJITStubRoutine
48 m_callLinkInfo->visitWeak(repatchBuffer);
H A DAccessorCallJITStubRoutine.h47 virtual bool visitWeak(RepatchBuffer&) override;
H A DJITStubRoutine.h144 virtual bool visitWeak(RepatchBuffer&);
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DStructureStubInfo.cpp77 if (!u.getByIdList.list->visitWeak(repatchBuffer))
93 if (!u.putByIdList.list->visitWeak(repatchBuffer))
98 if (!polymorphicStructures->visitWeak(u.inList.listSize))
H A DPolymorphicPutByIdList.cpp65 bool PutByIdAccess::visitWeak(RepatchBuffer& repatchBuffer) const function in class:JSC::PutByIdAccess
91 if (!m_stubRoutine->visitWeak(repatchBuffer))
145 bool PolymorphicPutByIdList::visitWeak(RepatchBuffer& repatchBuffer) const function in class:JSC::PolymorphicPutByIdList
148 if (!at(i).visitWeak(repatchBuffer))
H A DPolymorphicGetByIdList.cpp86 bool GetByIdAccess::visitWeak(RepatchBuffer& repatchBuffer) const function in class:JSC::GetByIdAccess
92 if (!m_stubRoutine->visitWeak(repatchBuffer))
161 bool PolymorphicGetByIdList::visitWeak(RepatchBuffer& repatchBuffer) const function in class:JSC::PolymorphicGetByIdList
164 if (!at(i).visitWeak(repatchBuffer))
H A DPolymorphicGetByIdList.h87 bool visitWeak(RepatchBuffer&) const;
121 bool visitWeak(RepatchBuffer&) const;
H A DCallLinkInfo.cpp60 void CallLinkInfo::visitWeak(RepatchBuffer& repatchBuffer) function in class:JSC::CallLinkInfo
H A DCallLinkInfo.h105 void visitWeak(RepatchBuffer&);
H A DPolymorphicPutByIdList.h163 bool visitWeak(RepatchBuffer&) const;
201 bool visitWeak(RepatchBuffer&) const;
H A DPolymorphicAccessStructureList.h90 bool visitWeak(int count) function in struct:JSC::PolymorphicAccessStructureList
H A DCodeBlock.cpp2277 (*iter)->visitWeak(repatchBuffer);

Completed in 147 milliseconds