Home | History | Annotate | Download | only in jit

Lines Matching refs:lastProtoBegin

855     CodeLocationLabel lastProtoBegin = polymorphicStructures->list[currentIndex - 1].stubRoutine;
856 if (!lastProtoBegin)
857 lastProtoBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall);
859 patchBuffer.link(failureCase, lastProtoBegin);
924 CodeLocationLabel lastProtoBegin = prototypeStructures->list[currentIndex - 1].stubRoutine;
925 patchBuffer.link(failureCases1, lastProtoBegin);
926 patchBuffer.link(failureCases2, lastProtoBegin);
991 CodeLocationLabel lastProtoBegin = prototypeStructures->list[currentIndex - 1].stubRoutine;
993 patchBuffer.link(bucketsOfFail, lastProtoBegin);