Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/assembler/
DMacroAssembler.h272 void linkTo(Label label, MacroAssembler* masm) in linkTo() function
308 void linkTo(Label label, MacroAssembler* masm) in linkTo() function
312 m_jumps[i].linkTo(label, masm); in linkTo()
1763 jae32(left, right).linkTo(target, this); in jae32()
1768 je32(op1, imm).linkTo(target, this); in je32()
1773 je16(op1, op2).linkTo(target, this); in je16()
1778 jl32(left, right).linkTo(target, this); in jl32()
1783 jle32(left, right).linkTo(target, this); in jle32()
1788 jnePtr(op1, imm).linkTo(target, this); in jnePtr()
1793 jne32(op1, op2).linkTo(target, this); in jne32()
[all …]
/external/webkit/JavaScriptCore/wrec/
DWRECGenerator.cpp185 atomFailedList.linkTo(quantifierFailed, this); in generateNonGreedyQuantifier()
197 alternativeFailedList.linkTo(alternativeFailed, this); in generateNonGreedyQuantifier()
246 alternativeFailedList.linkTo(alternativeFailed, this); in generateGreedyQuantifier()
/external/webkit/JavaScriptCore/jit/
DJITArithmetic.cpp424 emitJumpIfNotImmediateNumber(X86::eax).linkTo(stubFunctionCall, this); in compileBinaryArithOpSlowCase()
426 emitJumpIfNotImmediateNumber(X86::edx).linkTo(stubFunctionCall, this); in compileBinaryArithOpSlowCase()
436 emitJumpIfNotImmediateNumber(X86::edx).linkTo(stubFunctionCall, this); in compileBinaryArithOpSlowCase()
DJITInlineMethods.h427 jump.linkTo(m_labels[m_bytecodeIndex + relativeOffset], this); in emitJumpSlowToHot()
DJIT.cpp1271 m_jmpTable[i].from.linkTo(m_labels[m_jmpTable[i].toBytecodeIndex], this); in privateCompileLinkPass()
/external/webkit/JavaScriptCore/
DChangeLog6765 (JSC::MacroAssembler::Jump::linkTo):
6767 (JSC::MacroAssembler::JumpList::linkTo):
7606 (JSC::MacroAssembler::JumpList::linkTo):
7689 (JSC::MacroAssembler::Jump::linkTo):
7691 (JSC::MacroAssembler::JumpList::linkTo):