Searched refs:notInt32 (Results 1 - 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/jit/
H A DJITArithmetic.cpp675 Jump notInt32 = branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag)); local
681 addSlowCase(notInt32);
686 notInt32.link(this);
784 Jump notInt32 = branch32(NotEqual, regT1, Imm32(JSValue::Int32Tag)); local
790 addSlowCase(notInt32);
795 notInt32.link(this);

Completed in 39 milliseconds