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

  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 57 Jump srcNotInt = branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag));
118 notInt32Op2.append(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)));
122 notInt32Op1.append(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag)));
126 notInt32Op1.append(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag)));
127 notInt32Op2.append(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)));
206 notInt32Op2.append(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)));
210 notInt32Op1.append(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag)));
214 notInt32Op1.append(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag)));
215 notInt32Op2.append(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)));
293 notInt32Op2.append(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)));
    [all...]
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));
SpecializedThunkJIT.h 144 move(TrustedImm32(JSValue::Int32Tag), regT1);
JITOpcodes32_64.cpp 63 move(TrustedImm32(JSValue::Int32Tag), regT1);
513 addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag)));
520 addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag)));
526 addSlowCase(branch32(NotEqual, regT1, TrustedImm32(JSValue::Int32Tag)));
527 addSlowCase(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)));
    [all...]
JITCall.cpp 205 store32(TrustedImm32(Int32Tag), intTagFor(registerOffset + RegisterFile::ArgumentCount));
JITInlineMethods.h 68 store32(TrustedImm32(Int32Tag), intTagFor(entry, callFrameRegister));
474 store32(TrustedImm32(JSValue::Int32Tag), tagFor(index, callFrameRegister));
481 store32(TrustedImm32(JSValue::Int32Tag), tagFor(index, callFrameRegister));
JITCall32_64.cpp 285 store32(TrustedImm32(JSValue::Int32Tag), tagFor(registerOffset + RegisterFile::ArgumentCount));
JITPropertyAccess32_64.cpp 310 addSlowCase(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)));
362 addSlowCase(branch32(NotEqual, regT3, TrustedImm32(JSValue::Int32Tag)));
    [all...]
JITOpcodes.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSValueInlineMethods.h 286 return tag() == Int32Tag;
339 u.asBits.tag = Int32Tag;
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 254 milliseconds