Searched refs:storeLocation (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.h251 DataLabelPtr storeLocation; member in struct:JSC::JIT::JSRInfo
254 JSRInfo(DataLabelPtr storeLocation, Label targetLocation) argument
255 : storeLocation(storeLocation)
H A DJIT.cpp564 patchBuffer.patch(iter->storeLocation, patchBuffer.locationOf(iter->target).executableAddress());
H A DJITOpcodes.cpp783 DataLabelPtr storeLocation = storePtrWithPatch(TrustedImmPtr(0), Address(callFrameRegister, sizeof(Register) * retAddrDst)); local
785 m_jsrSites.append(JSRInfo(storeLocation, label()));
H A DJITOpcodes32_64.cpp1028 DataLabelPtr storeLocation = storePtrWithPatch(TrustedImmPtr(0), Address(callFrameRegister, sizeof(Register) * retAddrDst)); local
1030 m_jsrSites.append(JSRInfo(storeLocation, label()));

Completed in 119 milliseconds