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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJIT.h629 #define END_UNINTERRUPTED_SEQUENCE_FOR_PUT(name, dst) do { endUninterruptedSequence(name ## InstructionSpace, name ## ConstantSpace, dst); } while (false)
633 void endUninterruptedSequence(int, int, int);
H A DJITInlines.h145 ALWAYS_INLINE void JIT::endUninterruptedSequence(int insnSpace, int constSpace, int dst) function in class:JSC::JIT

Completed in 109 milliseconds