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

  /external/webkit/JavaScriptCore/jit/
JIT.h 435 void emitAdd32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType);
    [all...]
JITArithmetic.cpp 647 emitAdd32Constant(dst, op, constant, op == op1 ? types.first() : types.second());
671 void JIT::emitAdd32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType)
    [all...]

Completed in 21 milliseconds