Searched refs:linkJump (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DAbstractMacroAssembler.h563 masm->m_assembler.linkJump(m_label, masm->m_assembler.label(), m_type, m_condition);
565 masm->m_assembler.linkJump(m_label, masm->m_assembler.label(), m_type);
567 masm->m_assembler.linkJump(m_label, masm->m_assembler.label());
578 masm->m_assembler.linkJump(m_label, label.m_label, m_type, m_condition);
580 masm->m_assembler.linkJump(m_label, label.m_label);
794 static void linkJump(void* code, Jump jump, CodeLocationLabel target) function in class:JSC::AbstractMacroAssembler
796 AssemblerType::linkJump(code, jump.m_label, target.dataLocation());
H A DLinkBuffer.h122 MacroAssembler::linkJump(code(), jump, label);
H A DARMAssembler.h866 void linkJump(AssemblerLabel from, AssemblerLabel to) function in class:JSC::ARMAssembler
873 static void linkJump(void* code, AssemblerLabel from, void* to) function in class:JSC::ARMAssembler
H A DMIPSAssembler.h757 void linkJump(AssemblerLabel from, AssemblerLabel to) function in class:JSC::MIPSAssembler
769 static void linkJump(void* code, AssemblerLabel from, void* to) function in class:JSC::MIPSAssembler
H A DSH4Assembler.h1349 static void linkJump(void* code, AssemblerLabel from, void* to) function in class:JSC::SH4Assembler
1551 void linkJump(AssemblerLabel from, AssemblerLabel to, JumpType type = JumpFar) function in class:JSC::SH4Assembler
H A DX86Assembler.h1809 void linkJump(AssemblerLabel from, AssemblerLabel to) function in class:JSC::X86Assembler
1819 static void linkJump(void* code, AssemblerLabel from, void* to) function in class:JSC::X86Assembler
H A DARMv7Assembler.h2091 void linkJump(AssemblerLabel from, AssemblerLabel to, JumpType type, Condition condition) function in namespace:JSC::ARMRegisters
2098 static void linkJump(void* code, AssemblerLabel from, void* to) function in namespace:JSC::ARMRegisters

Completed in 406 milliseconds