Searched refs:storePtrWithPatch (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerX86.h159 DataLabelPtr storePtrWithPatch(TrustedImmPtr initialValue, ImplicitAddress address) function in class:JSC::MacroAssemblerX86
H A DMacroAssemblerARM.h773 DataLabelPtr storePtrWithPatch(TrustedImmPtr initialValue, ImplicitAddress address) function in class:JSC::MacroAssemblerARM
780 DataLabelPtr storePtrWithPatch(ImplicitAddress address) function in class:JSC::MacroAssemblerARM
782 return storePtrWithPatch(TrustedImmPtr(0), address);
H A DMacroAssemblerARMv7.h1224 DataLabelPtr storePtrWithPatch(TrustedImmPtr initialValue, ImplicitAddress address) function in class:JSC::MacroAssemblerARMv7
1230 DataLabelPtr storePtrWithPatch(ImplicitAddress address) { return storePtrWithPatch(TrustedImmPtr(0), address); } function in class:JSC::MacroAssemblerARMv7
H A DMacroAssemblerMIPS.h1503 DataLabelPtr storePtrWithPatch(TrustedImmPtr initialValue, ImplicitAddress address) function in class:JSC::MacroAssemblerMIPS
1512 DataLabelPtr storePtrWithPatch(ImplicitAddress address) function in class:JSC::MacroAssemblerMIPS
1514 return storePtrWithPatch(TrustedImmPtr(0), address);
H A DMacroAssemblerX86_64.h436 DataLabelPtr storePtrWithPatch(TrustedImmPtr initialValue, ImplicitAddress address) function in class:JSC::MacroAssemblerX86_64
H A DMacroAssemblerSH4.h1705 DataLabelPtr storePtrWithPatch(TrustedImmPtr initialValue, ImplicitAddress address) function in class:JSC::MacroAssemblerSH4
1714 DataLabelPtr storePtrWithPatch(ImplicitAddress address) { return storePtrWithPatch(TrustedImmPtr(0), address); } function in class:JSC::MacroAssemblerSH4
/external/webkit/Source/JavaScriptCore/jit/
H A DJITOpcodes.cpp783 DataLabelPtr storeLocation = storePtrWithPatch(TrustedImmPtr(0), Address(callFrameRegister, sizeof(Register) * retAddrDst));
H A DJITOpcodes32_64.cpp1028 DataLabelPtr storeLocation = storePtrWithPatch(TrustedImmPtr(0), Address(callFrameRegister, sizeof(Register) * retAddrDst));
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp285 return storePtrWithPatch(TrustedImmPtr(0), Address(stackPointerRegister, frameLocation * sizeof(void*)));

Completed in 427 milliseconds