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

/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DJSStack.h103 void installFence(CallFrame*, const char *function = "", int lineNo = 0);
107 void installFence(CallFrame*, const char* = "", int = 0) { } function in class:JSC::JSStack
H A DJSStackInlines.h100 installFence(newCallFrame, __FUNCTION__, __LINE__);
162 inline void JSStack::installFence(CallFrame* frame, const char *function, int lineNo) function in class:JSC::JSStack

Completed in 76 milliseconds