Searched refs:startOfBranchPtrWithPatchOnRegister (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCallLinkInfo.cpp40 repatchBuffer.revertJumpReplacementToBranchPtrWithPatch(RepatchBuffer::startOfBranchPtrWithPatchOnRegister(hotPathBegin), static_cast<MacroAssembler::RegisterID>(calleeGPR), 0);
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DRepatchBuffer.h144 static CodeLocationLabel startOfBranchPtrWithPatchOnRegister(CodeLocationDataLabelPtr label) function in class:JSC::RepatchBuffer
146 return MacroAssembler::startOfBranchPtrWithPatchOnRegister(label);
H A DMacroAssemblerX86.h258 static CodeLocationLabel startOfBranchPtrWithPatchOnRegister(CodeLocationDataLabelPtr label) function in class:JSC::MacroAssemblerX86
H A DMacroAssemblerX86_64.h590 static CodeLocationLabel startOfBranchPtrWithPatchOnRegister(CodeLocationDataLabelPtr label) function in class:JSC::MacroAssemblerX86_64
602 return startOfBranchPtrWithPatchOnRegister(label);
H A DMacroAssemblerARM.h1316 static CodeLocationLabel startOfBranchPtrWithPatchOnRegister(CodeLocationDataLabelPtr label) function in class:JSC::MacroAssemblerARM
H A DMacroAssemblerARMv7.h1778 static CodeLocationLabel startOfBranchPtrWithPatchOnRegister(CodeLocationDataLabelPtr label) function in class:JSC::MacroAssemblerARMv7
H A DMacroAssemblerSH4.h2136 static CodeLocationLabel startOfBranchPtrWithPatchOnRegister(CodeLocationDataLabelPtr label) function in class:JSC::MacroAssemblerSH4
H A DMacroAssemblerMIPS.h2719 static CodeLocationLabel startOfBranchPtrWithPatchOnRegister(CodeLocationDataLabelPtr label) function in class:JSC::MacroAssemblerMIPS
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITCall.cpp267 RepatchBuffer::startOfBranchPtrWithPatchOnRegister(callLinkInfo->hotPathBegin),
H A DJITCall32_64.cpp348 RepatchBuffer::startOfBranchPtrWithPatchOnRegister(callLinkInfo->hotPathBegin),
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGRepatch.cpp1243 RepatchBuffer::startOfBranchPtrWithPatchOnRegister(callLinkInfo.hotPathBegin),

Completed in 90 milliseconds