Searched refs:patchOffsetGetByIdSlowCaseCall (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/jit/
H A DJIT.h455 static const int patchOffsetGetByIdSlowCaseCall = 35; member in class:JSC::JIT
457 static const int patchOffsetGetByIdSlowCaseCall = 37; member in class:JSC::JIT
459 static const int patchOffsetGetByIdSlowCaseCall = 25; member in class:JSC::JIT
461 static const int patchOffsetGetByIdSlowCaseCall = 27; member in class:JSC::JIT
486 static const int patchOffsetGetByIdSlowCaseCall = 32; member in class:JSC::JIT
591 static const int patchOffsetGetByIdSlowCaseCall = 64; member in class:JSC::JIT
593 static const int patchOffsetGetByIdSlowCaseCall = 41; member in class:JSC::JIT
614 static const int patchOffsetGetByIdSlowCaseCall = 31; member in class:JSC::JIT
616 static const int patchOffsetGetByIdSlowCaseCall = 33; member in class:JSC::JIT
618 static const int patchOffsetGetByIdSlowCaseCall member in class:JSC::JIT
620 static const int patchOffsetGetByIdSlowCaseCall = 23; member in class:JSC::JIT
641 static const int patchOffsetGetByIdSlowCaseCall = 0; // FIMXE member in class:JSC::JIT
643 static const int patchOffsetGetByIdSlowCaseCall = 28; member in class:JSC::JIT
666 static const int patchOffsetGetByIdSlowCaseCall = 28; member in class:JSC::JIT
[all...]
H A DJITPropertyAccess.cpp442 ASSERT(differenceBetween(coldPathBegin, call) == patchOffsetGetByIdSlowCaseCall);
701 CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall);
748 CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall);
782 lastProtoBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall);
936 patchBuffer.link(bucketsOfFail, stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall));
1394 ASSERT_JIT_OFFSET(differenceBetween(coldPathBegin, call), patchOffsetGetByIdSlowCaseCall);
1648 CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall);
1694 CodeLocationLabel slowCaseBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall);
1725 lastProtoBegin = stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall);
1875 patchBuffer.link(bucketsOfFail, stubInfo->callReturnLocation.labelAtOffset(-patchOffsetGetByIdSlowCaseCall));
[all...]

Completed in 19 milliseconds