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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITWriteBarrier.h85 MacroAssembler::repatchPointer(m_location, value);
105 MacroAssembler::repatchPointer(m_location, clearedValue);
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DRepatchBuffer.h98 MacroAssembler::repatchPointer(dataLabelPtr, value);
H A DAbstractMacroAssembler.h834 static void repatchPointer(CodeLocationDataLabelPtr dataLabelPtr, void* value) function in class:JSC::AbstractMacroAssembler
836 AssemblerType::repatchPointer(dataLabelPtr.dataLocation(), value);
H A DMacroAssemblerX86_64.h629 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
634 X86Assembler::repatchPointer(call.dataLabelPtrAtOffset(-REPTACH_OFFSET_CALL_R11).dataLocation(), destination.executableAddress());
H A DARMAssembler.h855 static void repatchPointer(void* from, void* to) function in class:JSC::ARMAssembler
H A DMIPSAssembler.h846 static void repatchPointer(void* from, void* to) function in class:JSC::MIPSAssembler
H A DSH4Assembler.h1452 static void repatchPointer(void* where, void* value) function in class:JSC::SH4Assembler
H A DX86Assembler.h1862 static void repatchPointer(void* where, void* value) function in class:JSC::X86Assembler
H A DARMv7Assembler.h2170 static void repatchPointer(void* where, void* value) function in namespace:JSC::ARMRegisters

Completed in 292 milliseconds