Home
last modified time | relevance | path

Searched refs:repatchBuffer (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJITPropertyAccess.cpp612 RepatchBuffer repatchBuffer(m_codeBlock); in privateCompilePutByIdTransition() local
613 repatchBuffer.relinkCallerToTrampoline(returnAddress, entryLabel); in privateCompilePutByIdTransition()
618 RepatchBuffer repatchBuffer(codeBlock); in patchGetByIdSelf() local
622 repatchBuffer.relinkCallerToFunction(returnAddress, FunctionPtr(cti_op_get_by_id_self_fail)); in patchGetByIdSelf()
629repatchBuffer.repatchLoadPtrToLEA(stubInfo->hotPathBegin.instructionAtOffset(patchOffsetGetByIdExt… in patchGetByIdSelf()
632repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabelPtrAtOffset(patchOffsetGetByIdStructure), st… in patchGetByIdSelf()
633repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffs… in patchGetByIdSelf()
634repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffs… in patchGetByIdSelf()
639 RepatchBuffer repatchBuffer(codeBlock); in patchMethodCallProto() local
650 repatchBuffer.repatch(methodCallLinkInfo.structureLabel, structure); in patchMethodCallProto()
[all …]
DJIT.cpp59 RepatchBuffer repatchBuffer(codeblock); in ctiPatchNearCallByReturnAddress() local
60 repatchBuffer.relinkNearCallerToTrampoline(returnAddress, newCalleeFunction); in ctiPatchNearCallByReturnAddress()
65 RepatchBuffer repatchBuffer(codeblock); in ctiPatchCallByReturnAddress() local
66 repatchBuffer.relinkCallerToTrampoline(returnAddress, newCalleeFunction); in ctiPatchCallByReturnAddress()
71 RepatchBuffer repatchBuffer(codeblock); in ctiPatchCallByReturnAddress() local
72 repatchBuffer.relinkCallerToFunction(returnAddress, newCalleeFunction); in ctiPatchCallByReturnAddress()
580 RepatchBuffer repatchBuffer(callLinkInfo->ownerCodeBlock.get()); in unlinkCall() local
582 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 …]