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

  /external/webkit/JavaScriptCore/assembler/
MacroAssembler.h 62 using MacroAssemblerBase::branch16;
118 void branch16(Condition cond, BaseIndex left, RegisterID right, Label target) function in class:JSC::MacroAssembler
120 branch16(cond, left, right).linkTo(target, this);
MacroAssemblerX86Common.h 667 Jump branch16(Condition cond, BaseIndex left, RegisterID right) function in class:JSC::MacroAssemblerX86Common
673 Jump branch16(Condition cond, BaseIndex left, Imm32 right) function in class:JSC::MacroAssemblerX86Common
MacroAssemblerARM.h 408 Jump branch16(Condition cond, BaseIndex left, RegisterID right) function in class:JSC::MacroAssemblerARM
417 Jump branch16(Condition cond, BaseIndex left, Imm32 right) function in class:JSC::MacroAssemblerARM
MacroAssemblerARMv7.h 780 Jump branch16(Condition cond, BaseIndex left, RegisterID right) function in class:JSC::MacroAssemblerARMv7
788 Jump branch16(Condition cond, BaseIndex left, Imm32 right) function in class:JSC::MacroAssemblerARMv7
    [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp 240 return branch16(Equal, BaseIndex(input, index, TimesTwo, inputPosition * sizeof(UChar)), Imm32(ch));
245 return branch16(NotEqual, BaseIndex(input, index, TimesTwo, inputPosition * sizeof(UChar)), Imm32(ch));
576 state.jumpToBacktrack(branch16(NotEqual, BaseIndex(input, countRegister, TimesTwo, (state.inputOffset() + term.quantityCount) * sizeof(UChar)), Imm32(ch)), this);
    [all...]
  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.cpp 623 branch16(Equal, BaseIndex(input, index, TimesTwo), character, topOfLoop);

Completed in 177 milliseconds