HomeSort by relevance Sort by last modified time
    Searched defs:addSlowCase (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
Identifier.cpp 238 PassRefPtr<StringImpl> Identifier::addSlowCase(JSGlobalData* globalData, StringImpl* r)
256 PassRefPtr<StringImpl> Identifier::addSlowCase(ExecState* exec, StringImpl* r)
258 return addSlowCase(&exec->globalData(), r);
  /external/webkit/Source/JavaScriptCore/wtf/text/
AtomicString.cpp 308 PassRefPtr<StringImpl> AtomicString::addSlowCase(StringImpl* r)
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 270 ALWAYS_INLINE void JIT::addSlowCase(Jump jump)
277 ALWAYS_INLINE void JIT::addSlowCase(JumpList jumpList)
590 addSlowCase(jump());
592 addSlowCase(emitJumpIfNotJSCell(virtualRegisterIndex));
600 addSlowCase(jump());
602 addSlowCase(branch32(NotEqual, tag, TrustedImm32(JSValue::CellTag)));
725 addSlowCase(emitJumpIfJSCell(reg));
739 addSlowCase(emitJumpIfNotJSCell(reg));
796 addSlowCase(emitJumpIfNotImmediateInteger(reg));
801 addSlowCase(emitJumpIfNotImmediateIntegers(reg1, reg2, scratch))
    [all...]

Completed in 173 milliseconds