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

/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.h128 NEVER_INLINE bool resolveSkip(CallFrame*, Instruction*, JSValue& exceptionValue);
H A DInterpreter.cpp120 NEVER_INLINE bool Interpreter::resolveSkip(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue) function in class:JSC::Interpreter
2301 if (UNLIKELY(!resolveSkip(callFrame, vPC, exceptionValue)))

Completed in 266 milliseconds