HomeSort by relevance Sort by last modified time
    Searched defs:emitJumpIfNotJSCell (Results 1 - 2 of 2) 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)
JITInlineMethods.h 592 addSlowCase(emitJumpIfNotJSCell(virtualRegisterIndex));
728 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotJSCell(RegisterID reg)
739 addSlowCase(emitJumpIfNotJSCell(reg));

Completed in 69 milliseconds