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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DThunkGenerators.h37 MacroAssemblerCodeRef virtualCallGenerator(VM*);
H A DJITCall.cpp142 emitNakedCall(m_vm->getCTIStub(virtualCallGenerator).code());
251 patchBuffer.link(slow, CodeLocationLabel(m_vm->getCTIStub(virtualCallGenerator).code()));
269 repatchBuffer.relink(callLinkInfo->callReturnLocation, m_vm->getCTIStub(virtualCallGenerator).code());
H A DJITCall32_64.cpp218 emitNakedCall(m_vm->getCTIStub(virtualCallGenerator).code());
332 patchBuffer.link(slow, CodeLocationLabel(m_vm->getCTIStub(virtualCallGenerator).code()));
350 repatchBuffer.relink(callLinkInfo->callReturnLocation, m_vm->getCTIStub(virtualCallGenerator).code());
H A DJIT.cpp826 repatchBuffer.relink(callLinkInfo->callReturnLocation, vm->getCTIStub(virtualCallGenerator).code());
838 repatchBuffer.relink(callLinkInfo->callReturnLocation, callerCodeBlock->vm()->getCTIStub(virtualCallGenerator).code());
H A DThunkGenerators.cpp154 MacroAssemblerCodeRef virtualCallGenerator(VM* vm) function in namespace:JSC

Completed in 126 milliseconds