Searched refs:beginUninterruptedSequence (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJIT.h628 #define BEGIN_UNINTERRUPTED_SEQUENCE(name) do { beginUninterruptedSequence(name ## InstructionSpace, name ## ConstantSpace); } while (false)
632 void beginUninterruptedSequence(int, int);
H A DJITInlines.h119 ALWAYS_INLINE void JIT::beginUninterruptedSequence(int insnSpace, int constSpace) function in class:JSC::JIT

Completed in 129 milliseconds