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

  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 271 Jump notInt = branch32(NotEqual, scratch, TrustedImm32(JSValue::Int32Tag));
278 return notInt;
309 Jump notInt = branchPtr(Below, scratch, tagTypeNumberRegister);
312 notInt.link(this);
JITArithmetic.cpp     [all...]
JITArithmetic32_64.cpp 477 Jump notInt = branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)); // op2 is not an int
486 notInt.link(this);
    [all...]

Completed in 115 milliseconds