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

  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 202 inline Jump emitJumpIfNotJSCell(unsigned virtualRegisterIndex);
228 return emitJumpIfNotJSCell(virtualRegisterIndex);
231 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitJumpIfNotJSCell(unsigned virtualRegisterIndex)
JITOpcodes.cpp 54 Jump string_failureCases1 = emitJumpIfNotJSCell(regT0);
567 Jump notJSCell = emitJumpIfNotJSCell(returnValueRegister);
619 Jump isImm = emitJumpIfNotJSCell(regT0);
730 Jump isImmediate = emitJumpIfNotJSCell(regT0);
751 Jump isImmediate = emitJumpIfNotJSCell(regT0);
    [all...]
JITArithmetic.cpp 258 addSlowCase(emitJumpIfNotJSCell(regT0));
267 addSlowCase(emitJumpIfNotJSCell(regT0));
411 addSlowCase(emitJumpIfNotJSCell(regT0));
420 addSlowCase(emitJumpIfNotJSCell(regT0));
564 addSlowCase(emitJumpIfNotJSCell(regT0));
573 addSlowCase(emitJumpIfNotJSCell(regT0));
    [all...]
JITCall.cpp 229 Jump callLinkFailNotObject = emitJumpIfNotJSCell(regT0);
JITInlineMethods.h 592 addSlowCase(emitJumpIfNotJSCell(virtualRegisterIndex));
728 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotJSCell(RegisterID reg)
739 addSlowCase(emitJumpIfNotJSCell(reg));
JITPropertyAccess.cpp 335 Jump notCell = emitJumpIfNotJSCell(regT0);
578 failureCases.append(emitJumpIfNotJSCell(regT0));
    [all...]
JIT.h 534 Jump emitJumpIfNotJSCell(RegisterID);
    [all...]

Completed in 1173 milliseconds