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

  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 778 ALWAYS_INLINE JIT::Jump JIT::emitJumpIfNotImmediateInteger(RegisterID reg)
791 return emitJumpIfNotImmediateInteger(scratch);
796 addSlowCase(emitJumpIfNotImmediateInteger(reg));
JITArithmetic.cpp 224 failures.append(emitJumpIfNotImmediateInteger(regT1)); // op2 is not an int
    [all...]
JIT.h 545 return emitJumpIfNotImmediateInteger(reg);
549 JIT::Jump emitJumpIfNotImmediateInteger(RegisterID);
    [all...]
JITOpcodes.cpp     [all...]

Completed in 19 milliseconds