Home
last modified time | relevance | path

Searched refs:repatchCall (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/assembler/
DRepatchBuffer.h69 MacroAssembler::repatchCall(call, destination); in relink()
74 MacroAssembler::repatchCall(call, destination); in relink()
DMacroAssemblerX86.h189 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() function
194 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall() function
DMacroAssemblerX86_64.h437 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() function
442 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall() function
DMacroAssemblerARM.h916 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() function
921 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall() function
DMacroAssemblerARMv7.h1117 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() function
1122 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall() function
/external/webkit/JavaScriptCore/
DChangeLog17468 (JSC::MacroAssemblerARM::repatchCall):
17471 (JSC::MacroAssemblerARMv7::repatchCall):
17474 (JSC::MacroAssemblerX86::repatchCall):
17477 (JSC::MacroAssemblerX86_64::repatchCall):
17523 (JSC::AbstractMacroAssembler::repatchCall):