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

  /external/webkit/Source/JavaScriptCore/jit/
JITCall32_64.cpp 125 Jump notJSCell = branch32(NotEqual, regT1, TrustedImm32(JSValue::CellTag));
135 notJSCell.link(this);
JITOpcodes.cpp 567 Jump notJSCell = emitJumpIfNotJSCell(returnValueRegister);
582 notJSCell.link(this);
    [all...]

Completed in 125 milliseconds