Searched refs:replaceWithJump (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJumpReplacementWatchpoint.cpp51 MacroAssembler::replaceWithJump(CodeLocationLabel(source), CodeLocationLabel(destination));
H A DJITCall.cpp266 repatchBuffer.replaceWithJump(
H A DJITCall32_64.cpp347 repatchBuffer.replaceWithJump(
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DRepatchBuffer.h154 void replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) function in class:JSC::RepatchBuffer
156 MacroAssembler::replaceWithJump(instructionStart, destination);
H A DMacroAssemblerARM.h1297 static void replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) function in class:JSC::MacroAssemblerARM
1299 ARMAssembler::replaceWithJump(instructionStart.dataLocation(), destination.dataLocation());
H A DMacroAssemblerX86Common.h1431 static void replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) function in class:JSC::MacroAssemblerX86Common
1433 X86Assembler::replaceWithJump(instructionStart.executableAddress(), destination.executableAddress());
H A DMacroAssemblerARMv7.h1236 static void replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) function in class:JSC::MacroAssemblerARMv7
1238 ARMv7Assembler::replaceWithJump(instructionStart.dataLocation(), destination.dataLocation());
H A DMacroAssemblerSH4.h2124 static void replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) function in class:JSC::MacroAssemblerSH4
2126 SH4Assembler::replaceWithJump(instructionStart.dataLocation(), destination.dataLocation());
H A DARMAssembler.h898 static void replaceWithJump(void* instructionStart, void* to) function in class:JSC::ARMAssembler
H A DMIPSAssembler.h918 static void replaceWithJump(void* instructionStart, void* to) function in class:JSC::MIPSAssembler
H A DSH4Assembler.h1519 static void replaceWithJump(void *instructionStart, void *to) function in class:JSC::SH4Assembler
H A DMacroAssemblerMIPS.h2706 static void replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) function in class:JSC::MacroAssemblerMIPS
2708 MIPSAssembler::replaceWithJump(instructionStart.dataLocation(), destination.dataLocation());
H A DX86Assembler.h1872 static void replaceWithJump(void* instructionStart, void* to) function in class:JSC::X86Assembler
H A DARMv7Assembler.h2182 static void replaceWithJump(void* instructionStart, void* to) function in namespace:JSC::ARMRegisters
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGRepatch.cpp119 static void replaceWithJump(RepatchBuffer& repatchBuffer, StructureStubInfo& stubInfo, const MacroAssemblerCodePtr target) function in namespace:JSC::DFG
122 repatchBuffer.replaceWithJump(
306 replaceWithJump(repatchBuffer, stubInfo, stubInfo.stubRoutine->code().code());
356 replaceWithJump(repatchBuffer, stubInfo, stubInfo.stubRoutine->code().code());
609 replaceWithJump(repatchBuffer, stubInfo, stubRoutine->code().code());
1242 repatchBuffer.replaceWithJump(

Completed in 277 milliseconds