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

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

Completed in 90 milliseconds