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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITPropertyAccess.cpp961 RefPtr<JITStubRoutine> stubCode = createJITStubRoutine( local
971 polymorphicStructures->list[currentIndex].set(*m_vm, m_codeBlock->ownerExecutable(), stubCode, structure, isDirect);
976 repatchBuffer.relink(jumpLocation, CodeLocationLabel(stubCode->code().code()));
1035 RefPtr<JITStubRoutine> stubCode = createJITStubRoutine( local
1044 prototypeStructures->list[currentIndex].set(*m_vm, m_codeBlock->ownerExecutable(), stubCode, structure, prototypeStructure, isDirect);
1049 repatchBuffer.relink(jumpLocation, CodeLocationLabel(stubCode->code().code()));

Completed in 114 milliseconds