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

  /external/webkit/JavaScriptCore/runtime/
JSImmediate.h 180 static const intptr_t FullTagTypeBool = TagBitTypeOther | ExtendedTagBitBool;
229 return (rawValue(v) & FullTagTypeMask) == FullTagTypeBool;
323 return makeValue((static_cast<intptr_t>(b) << ExtendedPayloadShift) | FullTagTypeBool);
  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 841 or32(Imm32(static_cast<int32_t>(JSImmediate::FullTagTypeBool)), reg);
JITOpcodes.cpp     [all...]

Completed in 45 milliseconds