Searched refs:linkTo (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrJIT.cpp558 void linkTo(Label label, MacroAssembler* assembler) function in class:JSC::Yarr::YarrGenerator::BacktrackingState
567 m_laterFailures.linkTo(label, assembler);
911 branch32(NotEqual, countRegister, index).linkTo(loop, this);
941 branch32(NotEqual, countRegister, Imm32(term->quantityCount.unsafeGet())).linkTo(loop, this);
1058 branch32(NotEqual, countRegister, index).linkTo(loop, this);
1093 branch32(NotEqual, countRegister, Imm32(term->quantityCount.unsafeGet())).linkTo(loop, this);
1191 branchTest32(NonZero, matchPos).linkTo(findBOLLoop, this);
1816 m_backtrackingState.linkTo(m_ops[op.m_nextOp].m_reentry, this);
1833 m_backtrackingState.linkTo(endOp.m_reentry, this);
1842 m_backtrackingState.linkTo(beginO
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssembler.h295 branchPtr(cond, op1, imm).linkTo(target, this);
299 branchPtr(cond, op1, imm).linkTo(target, this);
304 branch32(cond, op1, op2).linkTo(target, this);
309 branch32(cond, op1, imm).linkTo(target, this);
314 branch32(cond, op1, imm).linkTo(target, this);
319 branch32(cond, left, right).linkTo(target, this);
334 branchTestPtr(cond, reg).linkTo(target, this);
378 jump().linkTo(target, this);
H A DAbstractMacroAssembler.h629 void linkTo(Label label, AbstractMacroAssembler<AssemblerType>* masm) const function in class:JSC::AbstractMacroAssembler::Jump
709 void linkTo(Label label, AbstractMacroAssembler<AssemblerType>* masm) function in class:JSC::AbstractMacroAssembler::JumpList
713 m_jumps[i].linkTo(label, masm);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGThunks.cpp126 jit.branchPtr(MacroAssembler::NotEqual, GPRInfo::regT1, MacroAssembler::TrustedImmPtr(bitwise_cast<void*>(-static_cast<intptr_t>(JSStack::CallFrameHeaderSize)))).linkTo(loop, &jit);
H A DDFGJITCompiler.cpp375 branch32(AboveOrEqual, GPRInfo::regT1, TrustedImm32(m_codeBlock->numParameters())).linkTo(fromArityCheck, this);
382 branchTest32(Zero, GPRInfo::regT0).linkTo(fromArityCheck, this);
H A DDFGSlowPathGenerator.h85 jit->m_jit.jump().linkTo(m_to, &jit->m_jit);
H A DDFGSpeculativeJIT.cpp2578 branchIsCell(JSValueRegs(scratchReg)).linkTo(loop, &m_jit);
2580 m_jit.branchTestPtr(MacroAssembler::NonZero, scratchReg).linkTo(loop, &m_jit);
3786 m_jit.branchTest32(MacroAssembler::NonZero, lengthGPR).linkTo(loop, &m_jit);
4498 m_jit.branchTest32(MacroAssembler::NonZero, scratchGPR).linkTo(loop, &m_jit);
5346 branch.jump.linkTo(m_jit.blockHeads()[branch.destination->index], &m_jit);
H A DDFGSpeculativeJIT32_64.cpp3274 m_jit.branchTest32(MacroAssembler::NonZero, scratchGPR).linkTo(loop, &m_jit);
H A DDFGSpeculativeJIT64.cpp3414 m_jit.branchTest32(MacroAssembler::NonZero, scratch2GPR).linkTo(loop, &m_jit);
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRegisterPreservationWrapperGenerator.cpp95 jit.branchTest32(AssemblyHelpers::NonZero, GPRInfo::regT2).linkTo(loop, &jit);
H A DThunkGenerators.cpp458 jit.branchSub32(MacroAssembler::NonZero, JSInterfaceJIT::TrustedImm32(1), JSInterfaceJIT::regT2).linkTo(copyLoop, &jit);
467 jit.branchAdd32(MacroAssembler::NonZero, JSInterfaceJIT::TrustedImm32(1), JSInterfaceJIT::regT2).linkTo(fillUndefinedLoop, &jit);
503 jit.branchSub32(MacroAssembler::NonZero, JSInterfaceJIT::TrustedImm32(1), JSInterfaceJIT::regT2).linkTo(copyLoop, &jit);
515 jit.branchAdd32(MacroAssembler::NonZero, JSInterfaceJIT::TrustedImm32(1), JSInterfaceJIT::regT2).linkTo(fillUndefinedLoop, &jit);
890 jit.branchTest32(MacroAssembler::NonZero, SpecializedThunkJIT::regT0).linkTo(startLoop, &jit);
937 jit.branchTruncateDoubleToInt32(SpecializedThunkJIT::fpRegT0, SpecializedThunkJIT::regT0, SpecializedThunkJIT::BranchIfTruncateSuccessful).linkTo(doneLoadingArg0, &jit);
945 jit.branchTruncateDoubleToInt32(SpecializedThunkJIT::fpRegT0, SpecializedThunkJIT::regT1, SpecializedThunkJIT::BranchIfTruncateSuccessful).linkTo(doneLoadingArg1, &jit);
H A DJITArithmetic.cpp734 emitJumpIfNotImmediateNumber(regT0).linkTo(stubFunctionCall, this);
742 emitJumpIfNotImmediateNumber(regT0).linkTo(stubFunctionCall, this);
751 emitJumpIfNotImmediateNumber(regT0).linkTo(stubFunctionCall, this);
753 emitJumpIfNotImmediateNumber(regT1).linkTo(stubFunctionCall, this);
763 emitJumpIfNotImmediateNumber(regT1).linkTo(stubFunctionCall, this);
H A DJIT.cpp316 m_jmpTable[i].from.linkTo(m_labels[m_jmpTable[i].toBytecodeOffset], this);
557 branch32(AboveOrEqual, regT1, TrustedImm32(m_codeBlock->m_numParameters)).linkTo(beginLabel, this);
568 branchTest32(Zero, regT0).linkTo(beginLabel, this);
H A DJITPropertyAccess32_64.cpp363 jump().linkTo(storeResult, this);
394 branch32(Below, regT2, Address(regT3, ArrayStorage::lengthOffset())).linkTo(storeResult, this);
398 jump().linkTo(storeResult, this);
H A DJITCall.cpp114 branchSub64(NonZero, TrustedImm32(1), regT0).linkTo(copyLoop, this);
H A DJITOpcodes.cpp152 emitJumpIfJSCell(regT2).linkTo(loop, this);
491 jump().linkTo(isObject, this);
541 branchTestPtr(NonZero, Address(regT3)).linkTo(checkPrototype, this);
553 jump().linkTo(begin, this);
H A DJITOpcodes32_64.cpp245 branchTest32(NonZero, regT2).linkTo(loop, this);
802 jump().linkTo(isObject, this);
851 branchTestPtr(NonZero, Address(regT3)).linkTo(checkPrototype, this);
863 jump().linkTo(begin, this);
H A DJITPropertyAccess.cpp406 jump().linkTo(storeResult, this);
435 branch32(Below, regT1, Address(regT2, ArrayStorage::lengthOffset())).linkTo(storeResult, this);
440 jump().linkTo(storeResult, this);
H A DJITCall32_64.cpp198 branchSub32(NonZero, TrustedImm32(1), regT2).linkTo(copyLoop, this);
H A DJITInlines.h615 jump.linkTo(m_labels[m_bytecodeOffset + relativeOffset], this);
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLOSRExitCompiler.cpp286 jit.branchTest32(MacroAssembler::NonZero, GPRInfo::regT2).linkTo(loop, &jit);
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DtclZIC.tcl1313 set linkTo $links($zoneName)
1314 set sourceCmd "\n [list LoadTimeZoneFile $linkTo]\n"
1315 set ifCmd [list if "!\[info exists TZData($linkTo)\]" $sourceCmd]
1316 set setCmd "set TZData(:$zoneName) \$TZData(:$linkTo)"

Completed in 312 milliseconds