Home
last modified time | relevance | path

Searched defs: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
309 Jump notInt = branchPtr(Below, scratch, tagTypeNumberRegister); in emitLoadDouble() local
DJITArithmetic.cpp1155 Jump notInt = emitJumpIfNotImmediateInteger(regT0); in emit_op_div() local
1174 Jump notInt = emitJumpIfNotImmediateInteger(regT1); in emit_op_div() local
DJITArithmetic32_64.cpp477 … Jump notInt = branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)); // op2 is not an int in emitRightShiftSlowCase() local