Searched refs:repatchBuffer (Results 1 – 2 of 2) sorted by relevance
612 RepatchBuffer repatchBuffer(m_codeBlock); in privateCompilePutByIdTransition() local613 repatchBuffer.relinkCallerToTrampoline(returnAddress, entryLabel); in privateCompilePutByIdTransition()618 RepatchBuffer repatchBuffer(codeBlock); in patchGetByIdSelf() local622 repatchBuffer.relinkCallerToFunction(returnAddress, FunctionPtr(cti_op_get_by_id_self_fail)); in patchGetByIdSelf()629 …repatchBuffer.repatchLoadPtrToLEA(stubInfo->hotPathBegin.instructionAtOffset(patchOffsetGetByIdExt… in patchGetByIdSelf()632 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetGetByIdStructure), st… in patchGetByIdSelf()633 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffs… in patchGetByIdSelf()634 …repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffs… in patchGetByIdSelf()639 RepatchBuffer repatchBuffer(codeBlock); in patchMethodCallProto() local650 repatchBuffer.repatch(methodCallLinkInfo.structureLabel, structure); in patchMethodCallProto()[all …]
59 RepatchBuffer repatchBuffer(codeblock); in ctiPatchNearCallByReturnAddress() local60 repatchBuffer.relinkNearCallerToTrampoline(returnAddress, newCalleeFunction); in ctiPatchNearCallByReturnAddress()65 RepatchBuffer repatchBuffer(codeblock); in ctiPatchCallByReturnAddress() local66 repatchBuffer.relinkCallerToTrampoline(returnAddress, newCalleeFunction); in ctiPatchCallByReturnAddress()71 RepatchBuffer repatchBuffer(codeblock); in ctiPatchCallByReturnAddress() local72 repatchBuffer.relinkCallerToFunction(returnAddress, newCalleeFunction); in ctiPatchCallByReturnAddress()580 RepatchBuffer repatchBuffer(callLinkInfo->ownerCodeBlock.get()); in unlinkCall() local582 repatchBuffer.repatch(callLinkInfo->hotPathBegin, 0); in unlinkCall()584 repatchBuffer.repatch(callLinkInfo->hotPathBegin, JSValue::encode(JSValue())); in unlinkCall()591 RepatchBuffer repatchBuffer(callerCodeBlock); in linkCall() local[all …]