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

  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 186 // Can't just propogate JSValue::Int32Tag as visual studio doesn't like it
187 static const unsigned Int32Tag = 0xffffffff;
188 COMPILE_ASSERT(Int32Tag == JSValue::Int32Tag, Int32Tag_out_of_sync);
190 static const unsigned Int32Tag = TagTypeNumber >> 32;
241 return branch32(NotEqual, tagFor(static_cast<int>(virtualRegisterIndex)), TrustedImm32(JSValue::Int32Tag));
271 Jump notInt = branch32(NotEqual, scratch, TrustedImm32(JSValue::Int32Tag));
  /external/webkit/Source/JavaScriptCore/runtime/
JSValue.h 269 enum { Int32Tag = 0xffffffff };
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 72 Int32Tag = 'I',
164 append(Int32Tag);
774 case Int32Tag:
    [all...]

Completed in 114 milliseconds