Home
last modified time | relevance | path

Searched refs:notInt (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DJSInterfaceJIT.h271 Jump notInt = branch32(NotEqual, scratch, TrustedImm32(JSValue::Int32Tag)); in emitLoadDouble() local
278 return notInt; in emitLoadDouble()
309 Jump notInt = branchPtr(Below, scratch, tagTypeNumberRegister); in emitLoadDouble() local
312 notInt.link(this); in emitLoadDouble()
DJITArithmetic.cpp1155 Jump notInt = emitJumpIfNotImmediateInteger(regT0); in emit_op_div() local
1158 notInt.link(this); in emit_op_div()
1174 Jump notInt = emitJumpIfNotImmediateInteger(regT1); in emit_op_div() local
1177 notInt.link(this); in emit_op_div()
DJITArithmetic32_64.cpp477 … Jump notInt = branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)); // op2 is not an int in emitRightShiftSlowCase() local
486 notInt.link(this); in emitRightShiftSlowCase()