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

  /external/webkit/JavaScriptCore/runtime/
JSValue.h 218 enum { CellTag = 0xfffffffe };
491 u.asBits.tag = CellTag;
503 u.asBits.tag = CellTag;
545 return tag() == CellTag;
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp 55 Jump string_failureCases1 = branch32(NotEqual, regT1, Imm32(JSValue::CellTag));
639 Jump isImm = branch32(NotEqual, regT1, Imm32(JSValue::CellTag));
838 Jump isImmediate = branch32(NotEqual, regT1, Imm32(JSValue::CellTag));
    [all...]
JITCall.cpp 160 addSlowCase(branch32(NotEqual, regT1, Imm32(JSValue::CellTag)));
329 addSlowCase(branch32(NotEqual, regT1, Imm32(JSValue::CellTag)));
389 Jump callLinkFailNotObject = branch32(NotEqual, regT1, Imm32(JSValue::CellTag));
JITInlineMethods.h 446 store32(Imm32(JSValue::CellTag), tagFor(index, callFrameRegister));
547 addSlowCase(branch32(NotEqual, tagFor(virtualRegisterIndex), Imm32(JSValue::CellTag)));
553 addSlowCase(branch32(NotEqual, tag, Imm32(JSValue::CellTag)));
JITPropertyAccess.cpp 226 move(Imm32(JSValue::CellTag), regT1);
558 failureCases.append(branch32(NotEqual, regT1, Imm32(JSValue::CellTag)));
    [all...]

Completed in 372 milliseconds