Searched defs:addSlowCase (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DIdentifier.cpp238 PassRefPtr<StringImpl> Identifier::addSlowCase(JSGlobalData* globalData, StringImpl* r) function in class:JSC::Identifier
256 PassRefPtr<StringImpl> Identifier::addSlowCase(ExecState* exec, StringImpl* r) function in class:JSC::Identifier
258 return addSlowCase(&exec->globalData(), r);
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DAtomicString.cpp308 PassRefPtr<StringImpl> AtomicString::addSlowCase(StringImpl* r) function in class:WTF::AtomicString
/external/webkit/Source/JavaScriptCore/jit/
H A DJITInlineMethods.h270 ALWAYS_INLINE void JIT::addSlowCase(Jump jump) function in class:JSC::JIT
277 ALWAYS_INLINE void JIT::addSlowCase(JumpList jumpList) function in class:JSC::JIT
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(emitJumpIfNotImmediateInteger
[all...]

Completed in 99 milliseconds