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

  /external/webkit/JavaScriptCore/assembler/
MacroAssembler.h 100 branchPtr(cond, op1, imm).linkTo(target, this);
105 branch32(cond, op1, op2).linkTo(target, this);
110 branch32(cond, op1, imm).linkTo(target, this);
115 branch32(cond, left, right).linkTo(target, this);
120 branch16(cond, left, right).linkTo(target, this);
125 branchTestPtr(cond, reg).linkTo(target, this);
130 jump().linkTo(target, this);
AbstractMacroAssembler.h 354 void linkTo(Label label, AbstractMacroAssembler<AssemblerType>* masm)
381 void linkTo(Label label, AbstractMacroAssembler<AssemblerType>* masm)
385 m_jumps[i].linkTo(label, masm);
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp 358 jump.linkTo(backtrackLabel, masm);
365 jumps.linkTo(backtrackLabel, masm);
394 backTrackJumps.linkTo(label, masm);
579 branch32(NotEqual, countRegister, index).linkTo(loop, this);
604 branch32(NotEqual, countRegister, Imm32(term.quantityCount)).linkTo(loop, this);
638 atEndOfInput().linkTo(hardFail, this);
643 branch32(NotEqual, character, Imm32(Unicode::toLower(ch))).linkTo(hardFail, this);
646 jumpIfCharNotEquals(ch, state.inputOffset()).linkTo(hardFail, this);
697 branch32(NotEqual, countRegister, index).linkTo(loop, this);
725 branch32(NotEqual, countRegister, Imm32(term.quantityCount)).linkTo(loop, this)
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
timezone.h 716 * @param linkTo Input zone id string
720 static UnicodeString& dereferOlsonLink(const UnicodeString& linkTo, UnicodeString& linkFrom);
    [all...]
  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.cpp 173 atomFailedList.linkTo(quantifierFailed, this);
185 alternativeFailedList.linkTo(alternativeFailed, this);
234 alternativeFailedList.linkTo(alternativeFailed, this);
  /external/chromium/third_party/icu/source/i18n/
timezone.cpp     [all...]
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp 502 branchTest32(NonZero, regT2).linkTo(loop, this);
    [all...]
JIT.cpp 347 m_jmpTable[i].from.linkTo(m_labels[m_jmpTable[i].toBytecodeIndex], this);
JITPropertyAccess.cpp 337 branch32(Below, regT2, Address(regT3, OBJECT_OFFSETOF(ArrayStorage, m_length))).linkTo(storeResult, this);
341 jump().linkTo(storeResult, this);
    [all...]
JITArithmetic.cpp     [all...]
JITInlineMethods.h 246 jump.linkTo(m_labels[m_bytecodeIndex + relativeOffset], this);

Completed in 127 milliseconds