Searched refs:linkCall (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerX86.h294 static void linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerX86
296 X86Assembler::linkCall(code, call.m_label, function.value());
H A DLinkBuffer.h116 MacroAssembler::linkCall(code(), call, function);
H A DMacroAssemblerX86_64.h619 static void linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerX86_64
624 X86Assembler::linkCall(code, call.m_label, function.value());
H A DMacroAssemblerARM.h1371 static void linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerARM
1373 ARMAssembler::linkCall(code, call.m_label, function.value());
H A DMacroAssemblerARMv7.h1900 static void linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerARMv7
1902 ARMv7Assembler::linkCall(code, call.m_label, function.value());
H A DMacroAssemblerSH4.h2171 static void linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerSH4
2173 SH4Assembler::linkCall(code, call.m_label, function.value());
H A DARMAssembler.h883 static void linkCall(void* code, AssemblerLabel from, void* to) function in class:JSC::ARMAssembler
H A DMIPSAssembler.h779 static void linkCall(void* code, AssemblerLabel from, void* to) function in class:JSC::MIPSAssembler
H A DSH4Assembler.h1391 static void linkCall(void* code, AssemblerLabel from, void* to) function in class:JSC::SH4Assembler
H A DMacroAssemblerMIPS.h2749 static void linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerMIPS
2751 MIPSAssembler::linkCall(code, call.m_label, function.value());
H A DX86Assembler.h1826 static void linkCall(void* code, AssemblerLabel from, void* to) function in class:JSC::X86Assembler
H A DARMv7Assembler.h2106 static void linkCall(void* code, AssemblerLabel from, void* to) function in namespace:JSC::ARMRegisters

Completed in 234 milliseconds