Searched refs:emitJumpIfNotJSCell (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
H A DJSInterfaceJIT.h202 inline Jump emitJumpIfNotJSCell(unsigned virtualRegisterIndex);
228 return emitJumpIfNotJSCell(virtualRegisterIndex);
231 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitJumpIfNotJSCell(unsigned virtualRegisterIndex) function in class:JSC::JSInterfaceJIT
H A DJITOpcodes.cpp54 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);
897 isNotObject.append(emitJumpIfNotJSCell(regT0));
969 callHasProperty.append(emitJumpIfNotJSCell(regT2));
1162 Jump isImmediate = emitJumpIfNotJSCell(regT0);
1187 Jump isImmediate = emitJumpIfNotJSCell(regT0);
1264 Jump isImmediate = emitJumpIfNotJSCell(regT
[all...]
H A DJITArithmetic.cpp258 addSlowCase(emitJumpIfNotJSCell(regT0));
267 addSlowCase(emitJumpIfNotJSCell(regT0));
411 addSlowCase(emitJumpIfNotJSCell(regT0));
420 addSlowCase(emitJumpIfNotJSCell(regT0));
564 addSlowCase(emitJumpIfNotJSCell(regT0));
573 addSlowCase(emitJumpIfNotJSCell(regT0));
H A DJITCall.cpp229 Jump callLinkFailNotObject = emitJumpIfNotJSCell(regT0);
H A DJITInlineMethods.h592 addSlowCase(emitJumpIfNotJSCell(virtualRegisterIndex));
728 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotJSCell(RegisterID reg) function in class:JSC::JIT
739 addSlowCase(emitJumpIfNotJSCell(reg));
H A DJITPropertyAccess.cpp335 Jump notCell = emitJumpIfNotJSCell(regT0);
578 failureCases.append(emitJumpIfNotJSCell(regT0));
H A DJIT.h534 Jump emitJumpIfNotJSCell(RegisterID);

Completed in 48 milliseconds