Searched refs:linkPointer (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DLinkBuffer.h156 MacroAssembler::linkPointer(code(), target, value);
162 MacroAssembler::linkPointer(code(), target, value.executableAddress());
H A DAbstractMacroAssembler.h944 static void linkPointer(void* code, AssemblerLabel label, void* value) function in class:JSC::AbstractMacroAssembler
946 AssemblerType::linkPointer(code, label, value);
H A DMacroAssemblerX86_64.h871 X86Assembler::linkPointer(code, call.m_label.labelAtOffset(-REPTACH_OFFSET_CALL_R11), function.value());
H A DARM64Assembler.h2651 static void linkPointer(void* code, AssemblerLabel where, void* valuePtr)
2653 linkPointer(addressOf(code, where), valuePtr);
2741 linkPointer(static_cast<int*>(where), valuePtr, true);
3006 static void linkPointer(int* address, void* valuePtr, bool flush = false)
H A DARMAssembler.h894 static void linkPointer(void* code, AssemblerLabel from, void* to) function in class:JSC::ARMAssembler
H A DMIPSAssembler.h788 static void linkPointer(void* code, AssemblerLabel from, void* to) function in class:JSC::MIPSAssembler
H A DSH4Assembler.h1399 static void linkPointer(void* code, AssemblerLabel where, void* value) function in class:JSC::SH4Assembler
H A DARMv7Assembler.h2235 static void linkPointer(void* code, AssemblerLabel where, void* value) function in namespace:JSC::ARMRegisters
H A DMacroAssemblerARM64.h2827 ARM64Assembler::linkPointer(code, call.m_label.labelAtOffset(REPATCH_OFFSET_CALL_TO_POINTER), function.value());
H A DX86Assembler.h2058 static void linkPointer(void* code, AssemblerLabel where, void* value) function in class:JSC::X86Assembler

Completed in 118 milliseconds