HomeSort by relevance Sort by last modified time
    Searched refs:linkTo (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssembler.h 110 branchPtr(cond, op1, imm).linkTo(target, this);
115 branch32(cond, op1, op2).linkTo(target, this);
120 branch32(cond, op1, imm).linkTo(target, this);
125 branch32(cond, left, right).linkTo(target, this);
130 branch16(cond, left, right).linkTo(target, this);
135 branchTestPtr(cond, reg).linkTo(target, this);
140 jump().linkTo(target, this);
AbstractMacroAssembler.h 386 void linkTo(Label label, AbstractMacroAssembler<AssemblerType>* masm) const
415 void linkTo(Label label, AbstractMacroAssembler<AssemblerType>* masm)
419 m_jumps[i].linkTo(label, masm);
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 437 jumpsToNext.linkTo(generator->label(), generator);
476 m_jumpsToNextInteration.linkTo(m_nextIteration, generator);
697 masm->jump().linkTo(*m_backtrackSourceLabel, masm);
703 masm->jump().linkTo(m_backtrackLabel, masm);
712 jump.linkTo(*m_backtrackSourceLabel, generator);
718 jump.linkTo(getLabel(), generator);
727 jumps.linkTo(*m_backtrackSourceLabel, generator);
733 jumps.linkTo(getLabel(), generator);
796 m_backTrackJumps.linkTo(label, generator);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
ThunkGenerators.cpp 128 jit.branchTest32(MacroAssembler::NonZero, SpecializedThunkJIT::regT0).linkTo(startLoop, &jit);
JIT.cpp 360 m_jmpTable[i].from.linkTo(m_labels[m_jmpTable[i].toBytecodeOffset], this);
506 branch32(Equal, regT1, TrustedImm32(m_codeBlock->m_numParameters)).linkTo(beginLabel, this);
JITArithmetic.cpp     [all...]
JITOpcodes.cpp 422 emitJumpIfJSCell(regT2).linkTo(loop, this);
    [all...]
JITOpcodes32_64.cpp 604 branchTest32(NonZero, regT2).linkTo(loop, this);
    [all...]
JITPropertyAccess.cpp 213 branch32(Below, regT1, Address(regT2, OBJECT_OFFSETOF(ArrayStorage, m_length))).linkTo(storeResult, this);
218 jump().linkTo(storeResult, this);
    [all...]
JITPropertyAccess32_64.cpp 379 branch32(Below, regT2, Address(regT3, OBJECT_OFFSETOF(ArrayStorage, m_length))).linkTo(storeResult, this);
383 jump().linkTo(storeResult, this);
    [all...]
JITInlineMethods.h 298 jump.linkTo(m_labels[m_bytecodeOffset + relativeOffset], this);
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.cpp 338 branch32(Equal, regT1, Imm32(m_codeBlock->m_numParameters)).linkTo(fromArityCheck, this);
DFGJITCodeGenerator.h 683 branch.jump.linkTo(m_blockHeads[branch.destination], &m_jit);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 

Completed in 314 milliseconds