Searched refs:repatchCall (Results 1 – 6 of 6) sorted by relevance
/external/webkit/JavaScriptCore/assembler/ |
D | RepatchBuffer.h | 69 MacroAssembler::repatchCall(call, destination); in relink() 74 MacroAssembler::repatchCall(call, destination); in relink()
|
D | MacroAssemblerX86.h | 189 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() function 194 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall() function
|
D | MacroAssemblerX86_64.h | 437 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() function 442 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall() function
|
D | MacroAssemblerARM.h | 916 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() function 921 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall() function
|
D | MacroAssemblerARMv7.h | 1117 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) in repatchCall() function 1122 static void repatchCall(CodeLocationCall call, FunctionPtr destination) in repatchCall() function
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog | 17468 (JSC::MacroAssemblerARM::repatchCall): 17471 (JSC::MacroAssemblerARMv7::repatchCall): 17474 (JSC::MacroAssemblerX86::repatchCall): 17477 (JSC::MacroAssemblerX86_64::repatchCall): 17523 (JSC::AbstractMacroAssembler::repatchCall):
|