Searched defs:entryLabel (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp630 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
631 stubInfo->stubRoutine = entryLabel;
633 repatchBuffer.relinkCallerToTrampoline(returnAddress, entryLabel);
710 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
711 stubInfo->stubRoutine = entryLabel;
716 repatchBuffer.relink(jumpLocation, entryLabel);
779 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
780 stubInfo->stubRoutine = entryLabel;
785 repatchBuffer.relink(jumpLocation, entryLabel);
834 CodeLocationLabel entryLabel local
902 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
968 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
1035 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
[all...]
H A DJITPropertyAccess32_64.cpp653 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
654 stubInfo->stubRoutine = entryLabel;
656 repatchBuffer.relinkCallerToTrampoline(returnAddress, entryLabel);
737 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
738 stubInfo->stubRoutine = entryLabel;
743 repatchBuffer.relink(jumpLocation, entryLabel);
808 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
809 stubInfo->stubRoutine = entryLabel;
814 repatchBuffer.relink(jumpLocation, entryLabel);
864 CodeLocationLabel entryLabel local
931 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
998 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
1064 CodeLocationLabel entryLabel = patchBuffer.finalizeCodeAddendum(); local
[all...]

Completed in 38 milliseconds