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

/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerSH4.cpp65 void MacroAssemblerSH4::linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerSH4
67 SH4Assembler::linkCall(code, call.m_jmp, function.value());
H A DMacroAssemblerX86.h176 static void linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerX86
178 X86Assembler::linkCall(code, call.m_jmp, function.value());
H A DMacroAssemblerX86_64.h460 static void linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerX86_64
465 X86Assembler::linkCall(code, call.m_jmp, function.value());
H A DMacroAssemblerARM.h1020 static void linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerARM
1022 ARMAssembler::linkCall(code, call.m_jmp, function.value());
H A DMacroAssemblerMIPS.h1835 static void linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerMIPS
1837 MIPSAssembler::linkCall(code, call.m_jmp, function.value());
H A DMIPSAssembler.h762 static void linkCall(void* code, JmpSrc from, void* to) function in class:JSC::MIPSAssembler
H A DMacroAssemblerARMv7.h1344 static void linkCall(void* code, Call call, FunctionPtr function) function in class:JSC::MacroAssemblerARMv7
1346 ARMv7Assembler::linkCall(code, call.m_jmp, function.value());
H A DARMAssembler.h816 static void linkCall(void* code, JmpSrc from, void* to) function in class:JSC::ARMAssembler
H A DARMv7Assembler.h1802 static void linkCall(void* code, JmpSrc from, void* to) function in namespace:JSC::ARMRegisters
H A DSH4Assembler.h1324 static void linkCall(void* code, JmpSrc from, void* to) function in class:JSC::SH4Assembler
H A DX86Assembler.h1564 static void linkCall(void* code, JmpSrc from, void* to) function in class:JSC::X86Assembler
/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.cpp597 void JIT::linkCall(JSFunction* callee, CodeBlock* callerCodeBlock, CodeBlock* calleeCodeBlock, JIT::CodePtr code, CallLinkInfo* callLinkInfo, int callerArgCount, JSGlobalData* globalData) function in class:JSC::JIT

Completed in 191 milliseconds