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

  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 65 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag)));
453 failures.append(branch32(AboveOrEqual, regT1, TrustedImm32(JSValue::LowestTag)));
475 Jump notDouble = branch32(Above, regT1, TrustedImm32(JSValue::LowestTag)); // op1 is not a double
856 addSlowCase(branch32(Above, regT1, TrustedImm32(JSValue::LowestTag)));
    [all...]
JSInterfaceJIT.h 270 Jump isDouble = branch32(Below, scratch, TrustedImm32(JSValue::LowestTag));
JITOpcodes32_64.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSValue.h 277 enum { LowestTag = DeletedValueTag };
JSValueInlineMethods.h 291 return tag() < LowestTag;

Completed in 271 milliseconds