Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJITPropertyAccess.cpp700 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl… in privateCompilePatchGetArrayLength() local
701 patchBuffer.link(failureCases1, slowCaseBegin); in privateCompilePatchGetArrayLength()
702 patchBuffer.link(failureCases2, slowCaseBegin); in privateCompilePatchGetArrayLength()
747 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl… in privateCompileGetByIdProto() local
748 patchBuffer.link(failureCases1, slowCaseBegin); in privateCompileGetByIdProto()
749 patchBuffer.link(failureCases2, slowCaseBegin); in privateCompileGetByIdProto()
1501 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl…
1502 patchBuffer.link(failureCases1, slowCaseBegin);
1503 patchBuffer.link(failureCases2, slowCaseBegin);
1547 …CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSl…
[all …]